We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
With a nested schema such as
type Schema = { outside: Array<{ inside: Array<string> }> }
the insert intent does not work. It silently fails and does not add anything.
v1.1.1 and higher
Repro here: https://github.com/ABuffSeagull/conform-nested-bug
Clicking on the "Add Outside" works fine, but the "Add Inside" does not work.
Chrome, Firefox
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue! This is fixed in v1.1.3.
Sorry, something went wrong.
Perfect, thank you so much! Love this library
Successfully merging a pull request may close this issue.
Describe the bug and the expected behavior
With a nested schema such as
the insert intent does not work. It silently fails and does not add anything.
Conform version
v1.1.1 and higher
Steps to Reproduce the Bug or Issue
Repro here: https://github.com/ABuffSeagull/conform-nested-bug
Clicking on the "Add Outside" works fine, but the "Add Inside" does not work.
What browsers are you seeing the problem on?
Chrome, Firefox
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: