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 b661452 commit 7756938Copy full SHA for 7756938
packages/form-js-viewer/src/render/components/form-fields/JSFunctionField.js
@@ -99,6 +99,8 @@ export function JSFunctionField(props) {
99
// (3) load user code in sandbox
100
_sandbox.promise.then((sandboxInstance) => {
101
sandboxInstance
102
+
103
+ // @ts-ignore
104
.run(wrappedUserCode)
105
.then(() => { setSandbox(sandboxInstance); setHasRunLoad(false); });
106
});
0 commit comments