Closed zentus closed 4 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.
composeEnhancers()
createInjectStore()
Thank you for creating this package, it has been very useful to us.
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 thecreateInjectStore()
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.