We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fc12f commit 29f6789Copy full SHA for 29f6789
src/components/fx/helpers.js
@@ -228,7 +228,7 @@ function getPointKey(astr) {
228
229
function getPointData(val, pointNumber) {
230
if (Array.isArray(pointNumber)) {
231
- if (Array.isArray(val) && Array.isArray(val[pointNumber[0]])) {
+ if (Lib.isArrayOrTypedArray(val) && Lib.isArrayOrTypedArray(val[pointNumber[0]])) {
232
return val[pointNumber[0]][pointNumber[1]];
233
}
234
} else {
0 commit comments