You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comm between components stoped after added React's Context API to the project, which provides contexts to the parent nodes of those components that use PubSub.
The text was updated successfully, but these errors were encountered:
Context API is a built-in library from ReactJS that makes possible to share an object/variables, in a form of contexts, directly to other components from the components tree. The oficial docs: https://reactjs.org/docs/context.html
Would it be possible for you to create a reduced example that shows how this is working without Context and how it's not working WITH Context? Perhaps then some React experts might see this and be able to help with this.
The comm between components stoped after added React's Context API to the project, which provides contexts to the parent nodes of those components that use PubSub.
The text was updated successfully, but these errors were encountered: