You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to use it for simple invoicing application (one invoice can have multiple invoice rows)
When I click on the “Add button”, then I get following error: TypeError: Cannot read properties of undefined (reading '0') at _BinderNode.initializeValue (.
👍 I have been using workaround for this behavier more than 2 years in different projects and thought this is done on purpose. Great to see it will be fixed
Describe the bug
This issue comes from https://vaadin.com/forum/t/nested-form-issue-typeerror-cannot-read-properties-of-undefined-reading-0/168014. The post contents are copied below.
I trying to use it for simple invoicing application (one invoice can have multiple invoice rows)
When I click on the “Add button”, then I get following error:
TypeError: Cannot read properties of undefined (reading '0') at _BinderNode.initializeValue (
.Expected-behavior
No response
Reproduction
The react component looks like this:
The java entity looks like this
System Info
I use Vaadin version 24.6.0. Java 23, Lombok.
The text was updated successfully, but these errors were encountered: