Results 3 comments of DC

I add a configuration kiosk=full-var. see: https://github.com/dc-orz/grafana/commit/bb51f1103a7dc705e3f6cf6307f34b7240a4437a ![image](https://github.com/grafana/grafana/assets/30795765/c3d1ce2b-c698-48ed-8948-6232d9c6cd58)

```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...