-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Redux DevTools name
option.
#463
Comments
Hi @brandonroberts I would like to work on this an create PR. |
Hey @roopkt, we'll accept a PR for this |
Hi @brandonroberts I checked in the fix in my forked branch. Not sure why its not showing me to the option to create PR. |
rupeshtiwari
added a commit
to rupeshtiwari/platform
that referenced
this issue
Oct 21, 2017
Hi @brandonroberts I am not able to rebase or fetch from upstream it says access denied.
|
@brandonroberts I finished fixing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
What is the current behavior?
There is no support for the
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
name
option, so you can not see a friendly name in the Redux DevToolsAutoSelect instances
dropdown.Expected behavior:
It would be convenient to pass a
name
variable with theStoreDevtoolsOptions
when callingStoreDevtoolsModule.instrument
The text was updated successfully, but these errors were encountered: