@banyan_cloud/roots 2.0.34 → 2.0.35
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/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -21836,7 +21836,7 @@ var TableBody = function TableBody(props) {
|
|
|
21836
21836
|
"data-elem": 'table-body',
|
|
21837
21837
|
className: classes(modules_82c0c387.root, className),
|
|
21838
21838
|
children: tableData.map(function (datum, _index) {
|
|
21839
|
-
var key =
|
|
21839
|
+
var key = _index.toString();
|
|
21840
21840
|
if (uniqueKey) {
|
|
21841
21841
|
key = datum[uniqueKey];
|
|
21842
21842
|
}
|