You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set my config file to avoid loading from cdn monaco.config({ vs: { path: 'node_modules/monaco-editor/min/vs'} });
on a page require.js is already exist and at a time I load monaco-editor files I get error from require.js error: mismatched anonymous define() modules: function { ... };
I cannot remove requirejs, as this is what the platform provides me.
The text was updated successfully, but these errors were encountered:
I got the same problem,is says:
error: Mismatched anonymous define() modules...
when I delete window.require, it get well. I can't remove window.require too
I set my config file to avoid loading from cdn
monaco.config({ vs: { path: 'node_modules/monaco-editor/min/vs'} });
on a page require.js is already exist and at a time I load monaco-editor files I get error from require.js
error: mismatched anonymous define() modules: function { ... };
I cannot remove requirejs, as this is what the platform provides me.
The text was updated successfully, but these errors were encountered: