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
An error occurred in IE11 with v2.20.0.
Expected identifier, string or number node_modules/date-fns/locale/mn/_lib/localize/index.js:31:28
This commit may caused the error. https://github.com/date-fns/date-fns/pull/1961/files#diff-f3fa0090f590882e24ed6abeb3d88caf04cf1ee6a0e734b3fccaa3a11bf3bf6dR65
Spread Syntax should not be used for IE support. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax#browser_compatibility
The text was updated successfully, but these errors were encountered:
763b232
Shipped a fix with https://github.com/date-fns/date-fns/releases/tag/v2.20.2
Sorry, something went wrong.
No branches or pull requests
An error occurred in IE11 with v2.20.0.
This commit may caused the error.
https://github.com/date-fns/date-fns/pull/1961/files#diff-f3fa0090f590882e24ed6abeb3d88caf04cf1ee6a0e734b3fccaa3a11bf3bf6dR65
Spread Syntax should not be used for IE support.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax#browser_compatibility
The text was updated successfully, but these errors were encountered: