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
Describe the bug
Unclear if I am doing something wrong but when setting up this codesandbox to use "@monaco-editor/react": "4.6.0" I was confused when I saw the network request for https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.js when clearly monaco-loader says it should be loading 0.46.
Describe the bug
Unclear if I am doing something wrong but when setting up this codesandbox to use
"@monaco-editor/react": "4.6.0"
I was confused when I saw the network request forhttps://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.js
when clearlymonaco-loader
says it should be loading 0.46.To Reproduce
Steps to reproduce the behavior:
"@monaco-editor/react": "4.6.0"
in package.jsoneditor.main.js
0.43 loaded instead of 0.46Expected behavior
0.46 should load since that is what is listed in
monaco-loader
The text was updated successfully, but these errors were encountered: