mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
Format
This commit is contained in:
parent
52c15e7861
commit
f6a657a122
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user