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'm trying to change the issue paths of array() children to be on the parent instead of sth. like parent.0.
I saw forward and tried it but unsure how to work with it or if it's even supported in this case since it errors anyway. I also found message for a more generic message but it's still nested and present for each item. Getting both to work (single message or merged individual issues) would be nice but at this point I'll take either 😄
The example hopefully shows what I'm trying to do: Playground
The use case is simplified form error field mapping. Right now the workaround is stripping and merging the keys myself of any nested structure but maybe there's a better/builtin way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'm trying to change the issue paths of
array()
children to be on the parent instead of sth. likeparent.0
.I saw
forward
and tried it but unsure how to work with it or if it's even supported in this case since it errors anyway. I also foundmessage
for a more generic message but it's still nested and present for each item. Getting both to work (singlemessage
or merged individual issues) would be nice but at this point I'll take either 😄The example hopefully shows what I'm trying to do: Playground
The use case is simplified form error field mapping. Right now the workaround is stripping and merging the keys myself of any nested structure but maybe there's a better/builtin way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions