Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global is not defined when using Form helper #4

Open
andregoldstein opened this issue Aug 21, 2022 · 1 comment
Open

Global is not defined when using Form helper #4

andregoldstein opened this issue Aug 21, 2022 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@andregoldstein
Copy link

I'm running into a global is not defined error on the onFinish callback from a Form

I think it's coming from this line global.window.imba.commit()

should it be globalThis.window.imba.commit()?

@haikyuu haikyuu self-assigned this Aug 30, 2022
@haikyuu haikyuu added bug Something isn't working good first issue Good for newcomers labels Aug 30, 2022
@andregoldstein
Copy link
Author

PR created, but see what you think as to use of global vs globalThis - there may be reasons for using one and not the other in this case, that I'm not aware of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants