@xh/hoist 76.0.0-SNAPSHOT.1757108800208 → 76.0.0-SNAPSHOT.1757113228632
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/cmp/grid/GridModel.ts +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/cmp/grid/GridModel.ts
CHANGED
|
@@ -1066,7 +1066,7 @@ export class GridModel extends HoistModel {
|
|
|
1066
1066
|
const {maxDepth, levelLabels} = this,
|
|
1067
1067
|
ret = executeIfFunction(levelLabels);
|
|
1068
1068
|
if (ret && ret.length < maxDepth + 1) {
|
|
1069
|
-
this.
|
|
1069
|
+
this.logDebug('Value produced by `GridModel.levelLabels` has insufficient length.');
|
|
1070
1070
|
return null;
|
|
1071
1071
|
}
|
|
1072
1072
|
return ret ? take(ret, maxDepth + 1) : null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "76.0.0-SNAPSHOT.
|
|
3
|
+
"version": "76.0.0-SNAPSHOT.1757113228632",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|