Suren Atoyan
Suren Atoyan
hi @sesigl the equivalent of [the example](https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-configure-javascript-defaults) from the official monaco playground is the [following](https://codesandbox.io/s/simple-usage-forked-mxsm47?file=/src/App.js)
@armisael @Eyal-Be could you please try to load the latest `monaco-editor` version via `loader` and see if the fix @armisael mentioned [here](https://github.com/suren-atoyan/monaco-react/issues/647#issuecomment-2374382758) helps? You can do something like [this](https://github.com/suren-atoyan/monaco-react/issues/565#issuecomment-1867468334)
> Hi [@suren-atoyan](https://github.com/suren-atoyan), is there any update on this issue? > > We're still encountering this error with [email protected] and 0.52.0, particularly in Firefox where it throws visibly and disrupts...
Having `className` on the parent component makes sense, but it may lead to compatibility issues. We either need to wait for the next major version update or try to find...
This issue should be referred to [microsoft/monaco-editor](https://github.com/microsoft/monaco-editor)
@DreamGhostStar try ```js import { type editor } from 'monaco-editor'; ... editor.IStandaloneCodeEditor ```
@whyour there is also `beforeMount` prop
Right, sorry, I was thinking you are looking for a `monaco` instance. In that case, `monaco.editor.onDidCreateEditor` should work, isn't it?
@yuicer please check [this](https://github.com/suren-atoyan/monaco-react/issues/424#issuecomment-1314513599); it should help
@yuicer please provide a reproducible repository or code snippet