There was an error while loading. Please reload this page.
1 parent 1954477 commit 7185433Copy full SHA for 7185433
src/check.js
@@ -9,8 +9,8 @@ try {
9
} catch (e) {
10
11
}
12
-
13
-if (!patched) {
+// always try another way
+{
14
try {
15
reduxES.connect = connectAndCheck;
16
patched = true;
src/patch.js
reduxES.connect = connect;
0 commit comments