We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb34cf commit 8f55012Copy full SHA for 8f55012
src/store.js
@@ -1,4 +1,4 @@
1
-import { createStore } from 'redux'
+import { legacy_createStore as createStore } from 'redux'
2
3
const initialState = {
4
sidebarShow: true,
0 commit comments