-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
#1461 Add a displayName on ReactReduxContext #1462
Conversation
Deploy preview for react-redux-docs ready! Built with commit 0762f49 |
That's not how the context works. |
@timdorr I don't understant why you say that. ReactDoc: https://reactjs.org/docs/context.html#contextdisplayname React-router do the same: https://github.com/ReactTraining/react-router/blob/master/packages/react-router/modules/RouterContext.js |
Crap, I was wrong. I thought you had to do that on each context pair component. |
Please either check the box that allows contributors to commit to this PR, or run this through our linting and testing toolchain. Right now it's failing because of the semicolon. |
O_O, sorry, I will fix that |
Thanks! Sorry about my confusion before. |
* reduxjs#1461 Add a displayName on ReactReduxContext * lint, remove semicolon reduxjs#1461
Solve #1461