Does this support IE 11? #1559
Answered
by
jjenzz
bugzpodder
asked this question in
Help
-
Since this only provides unstyled components I would assume there would be no issues with IE 11 if you have the right polyfills? |
Beta Was this translation helpful? Give feedback.
Answered by
jjenzz
Jul 25, 2022
Replies: 1 comment 1 reply
-
Radix doesn't aim for IE11 support so it would be up to you to dig into the implementation details and supply polyfills for things like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bugzpodder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Radix doesn't aim for IE11 support so it would be up to you to dig into the implementation details and supply polyfills for things like
ResizeObserver
. However, that seems pretty risky as Radix implementation details could change without warning... they could add a new non-IE11 feature to any component later without you realising.