I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ X ] Feature request
[ ] Documentation issue or request
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 DevTools AutoSelect instances dropdown.
Expected behavior:
It would be convenient to pass a name variable with the StoreDevtoolsOptions when calling StoreDevtoolsModule.instrument
I'm submitting a...
What is the current behavior?
There is no support for the
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__nameoption, so you can not see a friendly name in the Redux DevToolsAutoSelect instancesdropdown.Expected behavior:
It would be convenient to pass a
namevariable with theStoreDevtoolsOptionswhen callingStoreDevtoolsModule.instrument