randallknutson / redux-injector

Allows dynamically injecting reducers into a redux store at runtime
59 stars 14 forks source link

Usage with Redux Devtools #18

Closed zentus closed 4 years ago

zentus commented 5 years ago

We use this package in development and production. I wonder if it is possible to use this together with Redux Devtools somehow?

I've tried passing composeEnhancers() to the createInjectStore() function, and it seems to work initially, but then Redux Devtools crashes.

Thank you for creating this package, it has been very useful to us.