We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0437d49 commit e3b7cc8Copy full SHA for e3b7cc8
packages/trpc-ui/src/react-app/components/form/fields/ArrayField.tsx
@@ -68,7 +68,7 @@ export function ArrayField({
68
>
69
{field.value.map((parsedNode: ParsedInputNode, i: number) => (
70
<span
71
- key={`${JSON.stringify(parsedNode.path)} ${i}`}
+ key={`${JSON.stringify(parsedNode)} ${i}`}
72
className="flex flex-row items-start"
73
74
<span className="flex flex-1 flex-col">
0 commit comments