Simple Schema not working in Internet Explorer
See original GitHub issueWhen testing in Internet Explorer, I got a Syntax Error which is in one of simple-schemas dependencies “message-box”, since it seems to not be transpiled.
I resolved the issue by adding:
"nodeModules": {
"recompile": {
"message-box": "legacy"
}
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Enterprise Mode schema v.2 guidance - Microsoft Learn
Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that' ...
Read more >Fix web compatibility issues using document modes and the ...
Go to a site having compatibility problems, press F12 to open the F12 ... Mode schema v.2 guidance or Enterprise Mode schema v.1...
Read more >Internet Explorer (IE) mode troubleshooting and FAQ
Use this section as a guide to help you troubleshoot and fix the two most common issues when moving to Microsoft Edge with...
Read more >Fix validation problems using the Enterprise Mode Site List ...
Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer...
Read more >XML Schema for SQL Server types Not working without ...
I have XML source for importing data in SQL Server 2012 SSIS. My XSD works fine with internet connection, but not working without....
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 FreeTop 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
Top GitHub Comments
OK I own that package. It seems it’s missing the correct browserslist config for IE support. I’ll update and pull the updated package into simpl-schema.
I think this was fixed with 1.7.2. Can anyone confirm?