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
Currently migrating this app from class to functional components.
This app uses the React legacy context API which was compatible with React-Redux 5.x. Because of that, components that use the context supplied cannot receive the context when written as functional components. Tried migrating React-Redux to a higher version, which required to modify the context to the newer API, but with no luck.
Any ideas on how to find a solution for this?
The text was updated successfully, but these errors were encountered:
I migrated this project to latest React to be used in a Next.js app. We will probably open source our fork soon. Tell me if you wanna help and test it out?
I migrated this project to latest React to be used in a Next.js app. We will probably open source our fork soon. Tell me if you wanna help and test it out?
Currently migrating this app from class to functional components.
This app uses the React legacy context API which was compatible with React-Redux 5.x. Because of that, components that use the context supplied cannot receive the context when written as functional components. Tried migrating React-Redux to a higher version, which required to modify the context to the newer API, but with no luck.
Any ideas on how to find a solution for this?
The text was updated successfully, but these errors were encountered: