You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devtools seem to be broken after updating Redux to v4. I am now getting the following error:
/path/to/project/node_modules/redux-devtools-extension/index.d.ts
(1,32): Module '"/path/to/project/node_modules/redux/index"' has no exported member 'GenericStoreEnhancer'.
So far I haven't found a way to fix it so ended up uninstalling redux-devtools-extension to be able to use the latest version of Redux but, obviously, it would be nice to have the tools working again!
The text was updated successfully, but these errors were encountered:
Devtools seem to be broken after updating Redux to v4. I am now getting the following error:
So far I haven't found a way to fix it so ended up uninstalling
redux-devtools-extension
to be able to use the latest version of Redux but, obviously, it would be nice to have the tools working again!The text was updated successfully, but these errors were encountered: