We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As noted in PR #224, we should clean up the AppController component since we no longer need the StateContext:
<StateContext.Provider value={null}>
<div>
StateContextProviderProps
AppControllerProps
This is a cleanup task after migrating from React Context to Zustand for state management.
The text was updated successfully, but these errors were encountered:
component/
ad8a0b0
No branches or pull requests
Description
As noted in PR #224, we should clean up the AppController component since we no longer need the StateContext:
<StateContext.Provider value={null}>
wrapper with a simple<div>
wrapper in the AppController componentStateContextProviderProps
toAppControllerProps
This is a cleanup task after migrating from React Context to Zustand for state management.
References
The text was updated successfully, but these errors were encountered: