react-aria ie 11 support #3338
Answered
by
reidbarber
bugzpodder
asked this question in
Q&A
-
since react-aria are just hooks there should be no issues when using it in ie 11? |
Beta Was this translation helpful? Give feedback.
Answered by
reidbarber
Jul 23, 2022
Replies: 1 comment 2 replies
-
IE11 isn't supported: https://react-spectrum.adobe.com/react-aria/interactions.html#supported-browsers-and-platforms There are definitely newer ES features used that won't work in IE11, and we don't polyfill to support IE. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bugzpodder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IE11 isn't supported: https://react-spectrum.adobe.com/react-aria/interactions.html#supported-browsers-and-platforms
There are definitely newer ES features used that won't work in IE11, and we don't polyfill to support IE.