react-monaco-editor / react-monaco-editor

Monaco Editor for React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to hide this monaco-alert element

peterlxb opened this issue · comments

Describe the bug
I copied some JSON data into the editor, but always get some extra element.
截屏2022-09-21 16 50 38

how can I hide this element?

I tried some method, add some styles
.monaco-aria-container .monaco-alert { display: none !important; visibility: hidden !important; }

This repo is for the React wrapper for Monaco. Please file issues about Monaco in the Monaco repo.