You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
else when I want to use a theme
for example like this
<YamlEditor json={data || {}} theme={oneDark}/>
then I get an error
chunk-NVDOSXA3.js?v=308cb37b:16659 Uncaught Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.
The text was updated successfully, but these errors were encountered:
Is it possible to disable editing?
else when I want to use a theme
for example like this
<YamlEditor json={data || {}} theme={oneDark}/>
then I get an error
chunk-NVDOSXA3.js?v=308cb37b:16659 Uncaught Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.
The text was updated successfully, but these errors were encountered: