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.