You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typedefs for new Phaser.Time.Timeline don't show it extending eventEmitter. Eslint will give the following error with the code below: Property 'on' does not exist on type 'Timeline'.
Eslint will also give an error if you try to create an empty timeline: 'An argument for 'config' was not provided'. Config argument should be optional.