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.
The text was updated successfully, but these errors were encountered:
There was an issue in slack where the new
@monaco-editor/react
package isn't playing nicely with themonaco-yaml
package's autocomplete feature. It seems a possible resolution would be to pass abeforeMount
callback to theEditor
to allowmonaco-yaml
to configure the editor before the initial mount, but currently we do not expose that prop or spread any additional props toEditor
.The text was updated successfully, but these errors were encountered: