Why is this nested array not rendered? #2011
Unanswered
REDLIGHTFILMS
asked this question in
Q&A
Replies: 1 comment 26 replies
-
Please send codesandbox. |
Beta Was this translation helpful? Give feedback.
26 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem with nested objects. I have an object where the array "information" is located and in it is another array called "financeRounds".
This is the section for the form and in it I render the financing rounds. But why are they not rendered on the second one when I call append().
Do you have any idea how to solve this?
This is my datastructure for economyData:
}
Here is my code:
This is the financeRoundSection:
Beta Was this translation helpful? Give feedback.
All reactions