We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it looks like this:
<AppContainer component={Root} props={{ store }} /* depending on what you want to pass */ />
As suggested by @halt-hammerzeit in reduxjs/redux-devtools@64f58b7#commitcomment-17142917 we might want to make it accept children instead:
<AppContainer> <Root store={store} /> </AppContainer>
I think I’m on board with this. A pull request is welcome!
The text was updated successfully, but these errors were encountered:
Update TodoMVC example to React Hot Loader 3
64f58b7
Closes gaearon#244.
deb8794
@gaearon This can be closed now I think
Sorry, something went wrong.
No branches or pull requests
Currently it looks like this:
As suggested by @halt-hammerzeit in reduxjs/redux-devtools@64f58b7#commitcomment-17142917 we might want to make it accept children instead:
I think I’m on board with this. A pull request is welcome!
The text was updated successfully, but these errors were encountered: