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.

Simple Schema not working in Internet Explorer

See original GitHub issue

When 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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
aldeedcommented, Apr 28, 2020

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.

0reactions
aldeedcommented, Aug 31, 2020

I think this was fixed with 1.7.2. Can anyone confirm?

Read more comments on GitHub >

github_iconTop 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 >

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