Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansunbury committed Jan 4, 2025
1 parent 9ee3113 commit 578314e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function ArrayField({
>
{field.value.map((parsedNode: ParsedInputNode, i: number) => (
<span
key={`${JSON.stringify(parsedNode.path)} ${i}`}
key={`${JSON.stringify(parsedNode)} ${i}`}
className="flex flex-row items-start"
>
<span className="flex flex-1 flex-col">
Expand Down

0 comments on commit 578314e

Please sign in to comment.