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

fix: superForm validation errors in examples that use froms #1103

Closed
wants to merge 1 commit into from

Conversation

ttytm
Copy link
Contributor

@ttytm ttytm commented May 20, 2024

Currently, examples that use forms with validation and a destructured export of data run into an internal error, namely:

SuperFormError: No form data sent to superForm. Make sure the output from superValidate is used (usually data.form) and that it's not null or undefined. Alternatively, an object with default valu

The PR updates the export to match the one used in the example of the Form component itself and other working examples that use forms.

Copy link

changeset-bot bot commented May 20, 2024

⚠️ No Changeset found

Latest commit: 58d09c6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@huntabyte
Copy link
Owner

It's exported like that for a reason to accommodate the documentation at the moment.

@huntabyte huntabyte closed this May 21, 2024
@ttytm ttytm deleted the fix/form-examples branch May 21, 2024 09:42
@ttytm
Copy link
Contributor Author

ttytm commented May 21, 2024

K, thanks for the info and your work on the lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants