Skip to content

Commit

Permalink
fix(Symbol.observable): update symbol-observable to fix IE8 issue
Browse files Browse the repository at this point in the history
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
  • Loading branch information
benlesh committed Apr 24, 2016
1 parent 8a0c958 commit 4aa32f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"lodash": "^4.2.1",
"lodash-es": "^4.2.1",
"loose-envify": "^1.1.0",
"symbol-observable": "^0.2.1"
"symbol-observable": "^0.2.3"
},
"devDependencies": {
"babel-cli": "^6.3.15",
Expand Down

0 comments on commit 4aa32f2

Please sign in to comment.