fix(utils): make flattree types work
Some checks failed
🚀 Release / release (pull_request) Failing after 3m7s
Some checks failed
🚀 Release / release (pull_request) Failing after 3m7s
This commit is contained in:
@@ -88,7 +88,7 @@ function decode_recursive(dense: number[] | Int32Array, index = 0) {
|
|||||||
dense,
|
dense,
|
||||||
index
|
index
|
||||||
);
|
);
|
||||||
decoded.push(p);
|
decoded.push(p as number[]);
|
||||||
index = nextIndex + 1;
|
index = nextIndex + 1;
|
||||||
nextBracketIndex = _nextBracketIndex;
|
nextBracketIndex = _nextBracketIndex;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user