maitrungduc1410/vue-pixi-wrapper

Cannot read properties of undefined (reading 'texture')

davidaaax opened this issue · 3 comments

Using version 1.1.5 when i use AnimatedSprite

Error : client.js?06a0:103 TypeError: Cannot read properties of undefined (reading 'texture')

Capture d’écran 2021-12-18 à 16 15 13

Capture d’écran 2021-12-18 à 16 15 04

Capture d’écran 2021-12-18 à 16 14 44

Capture d’écran 2021-12-18 à 16 14 33

Hi @NitramDom , pls install version 1.1.6 , I fixed this issue

also notice that AnimatedSprite doesn't have props name texture, and you can pass images using require like this:

Screenshot 2021-12-22 at 12 29 51 AM

Thanks @maitrungduc1410, I will try it soon