Skip to content
New issue

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

Nested objects and arrays does not work after last security patch #603

Closed
ABuffSeagull opened this issue Apr 25, 2024 · 2 comments · Fixed by #608
Closed

Nested objects and arrays does not work after last security patch #603

ABuffSeagull opened this issue Apr 25, 2024 · 2 comments · Fixed by #608

Comments

@ABuffSeagull
Copy link

Describe the bug and the expected behavior

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.

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

@edmundhung
Copy link
Owner

Thanks for reporting the issue! This is fixed in v1.1.3.

@ABuffSeagull
Copy link
Author

Perfect, thank you so much! Love this library

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

Successfully merging a pull request may close this issue.

2 participants