-
-
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
Add a "DisplayName" on ReactReduxContext for DevTools #1461
Comments
pieplu
added a commit
to pieplu/react-redux
that referenced
this issue
Nov 13, 2019
Thanks, but I don't think we need this. |
pieplu
added a commit
to pieplu/react-redux
that referenced
this issue
Nov 13, 2019
timdorr
pushed a commit
that referenced
this issue
Nov 13, 2019
albertodev7
pushed a commit
to albertodev7/react-redux
that referenced
this issue
Dec 8, 2022
* reduxjs#1461 Add a displayName on ReactReduxContext * lint, remove semicolon reduxjs#1461
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the current behavior?
ReactReduxContext don't have a DisplayName. It will be usefull on devtools.
Actually it's look's like:
What is the expected behavior?
Insted of "Context.Provider" in devTools, I expect see "ReactRedux.Provider" or "ReactReduxContext.Provider"
React: 16.8
React-redux: 7.1
I will propose a PR
The text was updated successfully, but these errors were encountered: