Skip to content

Commit 4aa32f2

Browse files
committed
fix(Symbol.observable): update symbol-observable to fix IE8 issue
This updates symbol-observable dependency to be 0.2.3 or higher in order to fix an issue where legacy browsers did not like Symbol.for statement inside of the ponyfill related reduxjs#1632 related reduxjs#774
1 parent 8a0c958 commit 4aa32f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lodash": "^4.2.1",
6565
"lodash-es": "^4.2.1",
6666
"loose-envify": "^1.1.0",
67-
"symbol-observable": "^0.2.1"
67+
"symbol-observable": "^0.2.3"
6868
},
6969
"devDependencies": {
7070
"babel-cli": "^6.3.15",

0 commit comments

Comments
 (0)