We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b7ec4 commit 00fe7aaCopy full SHA for 00fe7aa
1 file changed
examples/grid/nestedRecordFields/neo-config.json
@@ -1,6 +1,7 @@
1
{
2
- "appPath" : "examples/grid/nestedRecordFields/app.mjs",
3
- "basePath" : "../../../",
4
- "environment": "development",
5
- "mainPath" : "./Main.mjs"
+ "appPath" : "examples/grid/nestedRecordFields/app.mjs",
+ "basePath" : "../../../",
+ "environment" : "development",
+ "mainPath" : "./Main.mjs",
6
+ "mainThreadAddons": ["DragDrop", "Navigator", "ResizeObserver", "Stylesheet"]
7
}
0 commit comments