You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/docs/Grid.json
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -93,32 +93,18 @@
93
93
}
94
94
},
95
95
"cellProps": {
96
-
"defaultValue": {
97
-
"value": null
98
-
},
99
-
"description": "Additional props to be passed to the cellComponent.\n\nThis object must not contain either an `columnIndex`, `rowIndex`, or `style` prop.\nRefer to the example for more information.",
96
+
"defaultValue": null,
97
+
"description": "Additional props to be passed to the cellComponent.\n\n⚠️ This object must not contain either an `columnIndex`, `rowIndex`, or `style` prop.",
Copy file name to clipboardExpand all lines: generated/docs/List.json
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -195,32 +195,18 @@
195
195
}
196
196
},
197
197
"rowProps": {
198
-
"defaultValue": {
199
-
"value": "{}"
200
-
},
201
-
"description": "Additional props to be passed to the rowComponent.\n\nThis object must not contain either an `index` or `style` prop.\nRefer to the example for more information.",
198
+
"defaultValue": null,
199
+
"description": "Additional props to be passed to the rowComponent.\n\n⚠️ This object must not contain either an `index` or `style` prop.",
0 commit comments