Skip to content

OnValidate not called when installed as NPM package #773

@chrisdrackett

Description

@chrisdrackett

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")
				},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions