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
Hi there,
Nivo is amazing, nice one for all the hard work.
But unfortunately it does not currently work with IE11.
Specifically, curve.js has a call to str.endsWith, which IE11 does not support.
curve.js
Please could this fix be added: #231
Or perhaps it could be fixed in your build?
Thanks, Ben
The text was updated successfully, but these errors were encountered:
i'd recommend using external polyfills rather than adding them to the library
Sorry, something went wrong.
@benzitohhh, I agree with @reanimatter, I've answered on your MR #231.
@plouc @reanimatter ok cool all good - thanks for looking at this
No branches or pull requests
Hi there,
Nivo is amazing, nice one for all the hard work.
But unfortunately it does not currently work with IE11.
Specifically,
curve.js
has a call to str.endsWith, which IE11 does not support.Please could this fix be added:
#231
Or perhaps it could be fixed in your build?
Thanks,
Ben
The text was updated successfully, but these errors were encountered: