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, came from react-joyride and it throws on IE11, which traced back to is.nan:
react-joyride
is.nan
https://github.com/gilbarbara/is-lite/blob/v0.6.0/src/index.ts#L163-L165
Number don't have the isNaN function defined in legacy browsers.
Number
isNaN
Question
Are you willing to support legacy browsers? Guess that might against your intention of having this package.
The text was updated successfully, but these errors were encountered:
hey
You can load a polyfill if you need to support legacy browsers.
Sorry, something went wrong.
No branches or pull requests
Hi, came from
react-joyride
and it throws on IE11, which traced back tois.nan
:https://github.com/gilbarbara/is-lite/blob/v0.6.0/src/index.ts#L163-L165
Number
don't have theisNaN
function defined in legacy browsers.Question
Are you willing to support legacy browsers? Guess that might against your intention of having this package.
The text was updated successfully, but these errors were encountered: