-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
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
Most recent version 4.2.14 breaks IE11 #677
Comments
Have the same issue, it's definitely due to #668.
Think the fix would be to just change that switch to:
But not entirely sure if this is safe or if it'll break something else. |
Getting the same issue for safari as well. |
It currently breaks IE11, see ReactTooltip/react-tooltip#677
We're seeing this issue in all of our Jest tests that use components with react-tooltip. I'm not sure yet if it's Jest itself or jsdom, but we this is the trace we see:
|
We are also getting the same error on IE11. Is reverting to 4.2.13 fixes the issue ? |
@KumarSumitD Reverting to 4.2.13 resolved the issue for us. |
|
Same issue here in 4.2.17 |
Same issue here in 4.2.19 |
Confirmed that reverting back to 4.2.13 resolves the issue. |
Likely from this: #668
Causes a
Internet Explorer throws SCRIPT5022: HierarchyRequestError
in IE11Method of injection is not supported
The text was updated successfully, but these errors were encountered: