@banyan_cloud/roots 1.0.25 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -35783,7 +35783,7 @@ var TableCell = /*#__PURE__*/React.forwardRef(function TableCell(props, ref) {
|
|
|
35783
35783
|
style: style,
|
|
35784
35784
|
'data-elem': 'text'
|
|
35785
35785
|
})), {}, {
|
|
35786
|
-
children: cellContent
|
|
35786
|
+
children: [null, false, true].includes(cellContent) ? JSON.stringify(cellContent) : cellContent
|
|
35787
35787
|
})),
|
|
35788
35788
|
component3: component3,
|
|
35789
35789
|
RootDOM: RootDOM,
|