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
There was an issue in slack where the new @monaco-editor/react package isn't playing nicely with the monaco-yaml package's autocomplete feature. It seems a possible resolution would be to pass a beforeMount callback to the Editor to allow monaco-yaml to configure the editor before the initial mount, but currently we do not expose that prop or spread any additional props to Editor.