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 0b78cd5 commit 575ae85Copy full SHA for 575ae85
packages/app/src/app/pages/Dashboard/Components/VariableGrid/index.tsx
@@ -80,7 +80,7 @@ interface IComponentForTypes {
80
const ComponentForTypes: IComponentForTypes = {
81
sandbox: React.memo(props => (
82
<Sandbox
83
- key={props.item.name}
+ key={props.item.sandbox.id}
84
page={props.page}
85
item={props.item}
86
isScrolling={props.isScrolling}
0 commit comments