-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Initial sync is working, but there are some remaining tasks:
Finally, it'd be good to start thinking about how React Context should be used in the Editor. |
Now the initial value is synced, by using a similar approach as the subscriber. |
If we have more than one Context in In the screenshot, we can see that, on the parent component, we have CounterContext provider and ThemeContext provider, while in the child component, we only have the Counter Context. I did a commit so anyone can test it and try to find why it happens. |
This is ready now. I've done a big refactoring of I've also removed dprint because it was failing, and I didn't know why and I wanted to remove it anyway. |
Fixes #38