mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-20 06:10:43 +00:00
add setOptions={{useWorker:false}} to all <AceEditor instances - fixes localdev "worker" error
This commit is contained in:
@ -172,6 +172,7 @@ function RecordDeveloperView({table}: Props): JSX.Element
|
||||
theme="github"
|
||||
name="recordJSON"
|
||||
editorProps={{$blockScrolling: true}}
|
||||
setOptions={{useWorker: false}}
|
||||
value={recordJSONString}
|
||||
readOnly
|
||||
width="100%"
|
||||
|
Reference in New Issue
Block a user