zrender icon indicating copy to clipboard operation
zrender copied to clipboard

interpolate1DArray 'out' is not always an array

Open ataft opened this issue 2 years ago • 0 comments

Occasionally this line in Animator.js throws the error below. The out variable is usually an array of numbers, but very infrequently it is just a number, thus causing the error. You can see from my console.log(). The issue is very difficult to produce on a consistent basis, so I do not have a Codepen for it.

image

ataft avatar Oct 27 '21 19:10 ataft