DC
DC
I add a configuration kiosk=full-var. see: https://github.com/dc-orz/grafana/commit/bb51f1103a7dc705e3f6cf6307f34b7240a4437a 
```javascript const monaco = useMonaco(); useEffect(() => { if (monaco) { monaco.editor.addCommand({ id: 'editor.action.formatDocument', run: () => undefined, }); } }, [monaco]); ``` It works with React 18.0
> Upgrade to Jetty 12.0.21 and try again. There's been many improvements in this area since 12.0.14. Thanks. Looks good to me. :-) Could you roughly explain the reasons behind...