**Describe the bug** OnValidate does not call when the app is installed as a NPM package. Anything within that prop will not be called **To Reproduce** Install as a NPM package, add: ``` onValidate: () => { console.log("OnValidate") }, ```
Describe the bug
OnValidate does not call when the app is installed as a NPM package. Anything within that prop will not be called
To Reproduce
Install as a NPM package, add: