zrender
zrender copied to clipboard
interpolate1DArray 'out' is not always an array
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.