This commit is contained in:
Nathan Bierema 2022-02-05 17:06:09 -05:00
parent 52c15e7861
commit f6a657a122

View File

@ -1,8 +1,9 @@
---
"@redux-devtools/extension": patch
'@redux-devtools/extension': patch
---
v3.0.0 had an unintentional breaking change of changing the location of the secondary entrypoints. These secondary exports are now exported from the main entrypoint (https://github.com/reduxjs/redux-devtools/pull/1075) and should be imported like so:
```diff
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';