mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +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:
|
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
|
```diff
|
||||||
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
|
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
|
||||||
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
|
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user