yupResolver doesnt work in IE11 since upgrading v1.3.6
See original GitHub issueHi, I upgraded @hookform/resolvers to v1.3.6 and the import paths changed. Before, we imported the yupResolver
from @hookform/resolvers/dist/ie11/yup
, and now I imported it from @hookform/resolvers/yup/dist/yup
and it broke IE11.
Is IE11 not supported anymore by @hookform/resolvers?
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
"react-app-polyfill" doesn't work in IE11 - Stack Overflow
After adding react-app-polyfill in your index.js , it will work for PROD env but you need to update your browserslist inside package.json ...
Read more >update state in react Code Example - Code Grepper
You have to use setState() for updating state in React ... 'react-native' is not recognized as an internal or external command · javascript...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just want to drop a message of thanks for @jorisre . Appreciate the quick fix for ie11!
@jcolakk Should be good now, can you confirm ? Thanks