Nested array lose context when remove beginning like 0 index #4636
Answered
by
zulqarnainvd
vdsheryarshirazi
asked this question in
Q&A
-
check the below example. If I remove first (0) user the remaining users get lost their context. |
Beta Was this translation helpful? Give feedback.
Answered by
zulqarnainvd
Jan 22, 2024
Replies: 1 comment
-
@vdsheryarshirazi I checked your provided code when you are using useField you need to return field name from function. like this |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vdsheryarshirazi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@vdsheryarshirazi I checked your provided code when you are using useField you need to return field name from function. like this
useField(() =>
users[${props.indexId}].name)
for complete details view this docs.