pixijs / storybook

MIT License
31 stars 5 forks source link

Update function is not bound to the storyObject #18

Closed iurisilvio closed 3 months ago

iurisilvio commented 4 months ago

this.view is undefined in bunny example, running with latest pixi/storybook. this is the arrow function instead of the story object, so this.view.rotation fails with undefined reference.