question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IE11 problem in v6.7.0

See original GitHub issue

Thank you for answering #2468 the other day. I have found a problem in IE11 again, so I will report it.

Describe the bug When I was using React Hook Form v6.7.0 with IE11, I got some errors as shown in the screenshot. Also I installed @babel/runtime-corejs3 with reference to FAQs. I think it was caused by changing the rollup settings in v6.5.1 -> v.6.5.2, but I’m not sure.

To Reproduce

  1. Build the following code(Production or Debug Build) and run it with IE11.
  2. Enter some characters in the form and click “Submit”(If you can’t reproduce it, please reload a few times).
  3. Get some error messages and the form does not work fine.

Specifically, after pressing The “Submit” button, the next process is not executed. I have found this problem both Production Build and Debug Build.

Codesandbox link (Required) I share my repository because it’s difficult for Codesandbox to reproduce with IE11.

https://github.com/kwht-k/rhf670-ie11-reproduction

Expected behavior The error message disappear and my code works fine in IE11.

Screenshots ie11-reproduction-en

Desktop (please complete the following information):

OS: Windows10 Pro 64bit Browser: Internet Explorer 11 (11.1016.18362.0) Version of React Hook Form: 6.7.0 Version of @babel/runtime-corejs3: 7.11.2

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:26 (22 by maintainers)

github_iconTop GitHub Comments

3reactions
bluebill1049commented, Sep 8, 2020

Thanks @bluebill1049 .

But I’m not sure only Object.values and Object.entries are necessary. There may be others.

we can probably can include more as we go…

3reactions
yhor1ecommented, Sep 8, 2020

Thanks @bluebill1049 .

But I’m not sure only Object.values and Object.entries are necessary. There may be others.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install problems with Internet Explorer 11 - Microsoft Learn
Internet Explorer didn't finish installing · Uninstall IE: · Run Windows Update, clicking Check for updates. · Check the list for IE11. ·...
Read more >
WebNavigator Client 6.1a error/bug in Internet Explorer 11 ...
WebNavigator Client 6.1a works on Internet explorer 8 (tested on multiple machines), but does not work on Internet explorer 11 (tested on ...
Read more >
What's new in React Hook Form V7 - LogRocket Blog
Strictly typed forms in React Hook Form V7; Reduced package size; Improved performance; Removed support for IE 11; New improvements to Resolver ...
Read more >
Enable Compatibility View AKA IE7 mode in Edge in Windows ...
I don't think you can download IE 7. Even to use true IE 11 you would need a virtual machine to do that....
Read more >
preview not working in internet explorer 11 - Our Umbraco
Issue persists on Windows 7 and Windows 10 machines running IE 11, even when running in IE Safe Mode with add-ons disabled.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found