Known issues
The library doesn't work in Internet Explorer 11
Make sure you're polyfilling all required functionality:
The easiest way is to add a generic polyfill:
- Babel 6 - Install
babel-polyfill@6
and import it in your entry file - Babel 7 - Install
@babel/polyfill
and import it in your entry file - TypeScript - If you're using the target
ES3
,ES5
or you don't have a target defined, you should add the libES2015
to yourtsconfig.json
compiler options.
Having other issues?
Feel free to open an issue.