zrender
zrender copied to clipboard
TypeError: Cannot read properties of null (reading 'start')
zrender的图片加载完毕后会调用refresh方法,而refresh方法里有个this.animation.start(),如果此时刚好zrender实例已经被dispose了,this.animation是null,就会报这个错。