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 b1843da commit c226293Copy full SHA for c226293
package.json
@@ -89,6 +89,7 @@
89
"react-splitter-layout": "^3.0.0",
90
"react-table": "^6.8.6",
91
"react-toggle-display": "^2.2.1",
92
+ "redux": "^4.0.5",
93
"redux-saga": "^1.1.3",
94
"scriptjs": "^2.5.8",
95
"semantic-ui-css": "^2.2.12",
src/components/Search/reducer.ts
@@ -1,6 +1,6 @@
1
import produce from 'immer';
2
import { has } from 'ramda';
3
-import { Reducer } from 'react-redux';
+import { Reducer } from 'redux';
4
5
import * as t from './actionTypes';
6
import { State, init } from './model';
0 commit comments