securingsincity / react-ace

React Ace Component

Home Page:http://securingsincity.github.io/react-ace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-ace 11.0.1 Ace editor giving console error UNTRUSTED_TYPES_CHECK_STACK_BELOW

niccs opened this issue · comments

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