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 #1632
related #774
  • Loading branch information
benlesh authored and gaearon committed Apr 24, 2016
1 parent 8a0c958 commit b75859b
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 b75859b

Please sign in to comment.