Skip to content
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

IE11 bug, no support document.contains #4809

Closed
ikun opened this issue Apr 15, 2021 · 3 comments
Closed

IE11 bug, no support document.contains #4809

ikun opened this issue Apr 15, 2021 · 3 comments

Comments

@ikun
Copy link

ikun commented Apr 15, 2021

(ref) => isHTMLElement(ref) && document.contains(ref),

change document.contains into document.body.contains

@bluebill1049
Copy link
Member

we have dropped IE 11 support, thanks for the tip 👍

@IanVS
Copy link
Contributor

IanVS commented Apr 16, 2021

It would probably be good to mention that in the release notes: https://github.com/react-hook-form/react-hook-form/releases/tag/v7.0.0 (along with any other breaking changes).

@bluebill1049
Copy link
Member

It would probably be good to mention that in the release notes: https://github.com/react-hook-form/react-hook-form/releases/tag/v7.0.0 (along with any other breaking changes).

look at the changelog for all the breaking changes, i will include the ie11 part too.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants