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
Probably related to #1840? I'm using Svelte and not React, but it doesn't matter. This is about quickly disposing an editor after creating it. E.g. in my app if I click very fast the component is unmounted very quickly, causing a call to dispose to clean the component up, which will spit out the error in the console.
monaco-editor version: 0.20.0 Browser: Chrome 80.0.3987.106 OS: Ubuntu 19.10 Playground code that reproduces the issue:
Probably related to #1840? I'm using Svelte and not React, but it doesn't matter. This is about quickly disposing an editor after creating it. E.g. in my app if I click very fast the component is unmounted very quickly, causing a call to
dispose
to clean the component up, which will spit out the error in the console.monaco-editor version: 0.20.0
Browser: Chrome 80.0.3987.106
OS: Ubuntu 19.10
Playground code that reproduces the issue:
Paste into playground and hit "Run" > 1 times.
Minimal example also here: https://github.com/Prinzhorn/monaco-could-not-find-source-file
In Chrome I get this error consistently every single time (in Playground I sometimes need to "Run" twice)
The text was updated successfully, but these errors were encountered: