Skip to content

Commit

Permalink
fix(react-kit): add es6-symbol for IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Oct 24, 2017
1 parent 5bf7488 commit 06880fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/availity-react-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"availity-uikit": "^3.0.0-beta.13",
"axios": "^0.16.1",
"es6-promise": "^4.1.1",
"es6-symbol": "^3.1.1",
"lodash.get": "4.4.2",
"lodash.map": "4.6.0",
"mobx": "^3.1.15",
Expand Down
2 changes: 2 additions & 0 deletions packages/availity-react-kit/project/app/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ES6 Symbol Polyfill for IE11
import 'es6-symbol/implement';
import React from 'react';
import ReactDOM from 'react-dom';
import { AppContainer } from 'react-hot-loader';
Expand Down

0 comments on commit 06880fa

Please sign in to comment.