chore: key
This commit is contained in:
parent
cbca0e3c66
commit
d2f84a4be5
|
@ -15,7 +15,7 @@ const Expressions = ({
|
|||
<Expression
|
||||
context={context}
|
||||
expression={expression}
|
||||
key={JSON.stringify(expression)}
|
||||
key={join(path, 'expressions', i.toString())}
|
||||
path={join(path, 'expressions', i.toString())}
|
||||
type="void"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user