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
Our project depends on another dependency which uses an old version monaco, but our project uses a newer one.
Both our project and the dependency use monaco-loader to load monaco.
But I don't know why once we import the dependency, the monaco-loader loads the older one instead the newer one.
So, is there any method to make the monaco instance only takes effect in the specific area or namespace?
The text was updated successfully, but these errors were encountered:
So the old monaco in dependency can be "override" if I ensure the new monaco in my project loads first? For example, load it in the "index.tsx" of my project?
Our project depends on another dependency which uses an old version monaco, but our project uses a newer one.
Both our project and the dependency use monaco-loader to load monaco.
But I don't know why once we import the dependency, the monaco-loader loads the older one instead the newer one.
So, is there any method to make the monaco instance only takes effect in the specific area or namespace?
The text was updated successfully, but these errors were encountered: