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