We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@EtienneLem @rafbm Awesome Emoji Picker. Tried your Picker in IE, it wont work in IE. It says an error -> SCRIPT5009: 'Symbol' is undefined.
The text was updated successfully, but these errors were encountered:
Okay, so I found out it was because of Symbol.iterator, which can be solved by adding polyfill. To add the polyfill I added this script tag
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.6.15/browser-polyfill.min.js"></script>
Sorry, something went wrong.
No branches or pull requests
@EtienneLem @rafbm Awesome Emoji Picker. Tried your Picker in IE, it wont work in IE. It says an error -> SCRIPT5009: 'Symbol' is undefined.
The text was updated successfully, but these errors were encountered: