We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac4ef6 commit 9f0b5a0Copy full SHA for 9f0b5a0
1 file changed
test/browser/column/renderEditCell.test.tsx
@@ -408,7 +408,12 @@ function EditorTest({
408
<button type="button" onClick={() => onSave?.(rows)}>
409
save
410
</button>
411
- <button type="button" onClick={() => setRows((rows) => rows.map((row) => ({ ...row })))}>
+ <button
412
+ type="button"
413
+ onClick={() => {
414
+ setRows((rows) => rows.map((row) => ({ ...row })));
415
+ }}
416
+ >
417
update
418
419
<DataGrid
0 commit comments