securingsincity / react-ace

React Ace Component
http://securingsincity.github.io/react-ace/
MIT License
4.01k stars 603 forks source link

react-ace 11.0.1 Ace editor giving console error UNTRUSTED_TYPES_CHECK_STACK_BELOW #1917

Open niccs opened 1 month ago

niccs commented 1 month ago

I have been trying a very basic example with Ace Editor using react-ace library and I am getting console error as -- UNTRUSTED_TYPES_CHECK_STACK_BELOW.

<AceEditor mode="json" theme="tomorrow" name="UNIQUE_ID_OF_DIV" editorProps={{ $blockScrolling: true }} /> .
Following is the console error.

Screenshot 2024-05-21 at 10 03 50 PM