Suren Atoyan
Suren Atoyan
@mnickolay do you use CRA? if so whish version? could you please tell me more about your setup?
I see, according to all the reports above I reckon `v4.5.0` isn't compatible with CRA `v4`. I'll try to reproduce this issue with CRA `v4` to confirm/reject this hypothesis and...
@EshaanAgg good catch 🙌 I'll add it in the next version
@pranavmappoli for now you can do something like this: ```js import * as monacoType from 'monaco-editor/esm/vs/editor/editor.api'; ... monacoType.editor.IStandaloneCodeEditor ```
@wdqCharles please share a reproducible code snippet or a repository
@wdqCharles this code snippet isn't reproducible? What `Form.Item` is? Could you please create a [codesandbox](https://codesandbox.io/dashboard) or a repo?
You can't use `loader.config({ 'vs/nls': ... })` (or any other configuration, for example { paths: { vs: 'monaco-editor/min/vs' } } won't do anything here) and use monaco as [an npm...
@miszal let me know if @voigtito suggestion helps?
@AlpayC could you please share a code snippet for this?
Do you use React 18 with strict mode?