Skip to content

Commit fe75c59

Browse files
Disabled recycling of template rows
1 parent 0cc8396 commit fe75c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/voby/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const RowDynamic = ({ id, label, className, onSelect, onRemove }: { id: Function
129129
</tr>
130130
);
131131

132-
const RowTemplate = template ( RowDynamic, { recycle: true } );
132+
const RowTemplate = template ( RowDynamic, { recycle: false } );
133133

134134
const App = (): JSX.Element => {
135135

0 commit comments

Comments
 (0)