Context doesn't update when fetching from a namespace
I'm having some trouble getting a context to be provided then read in a child component properly.
At the top-most component, the context is defined, but perhaps because of the import order, it doesn't seem to re-update the context later? When the reading function si called, it only reads it as 'foobar' and doesn't change.
Here is the schematic:
1 Reply
What kind of context? Can you maybe provide a code example (possibly on py.cafe ?)