rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.2k stars 260 forks source link

Invalid TS types for tabPages #338

Closed kibertoad closed 1 year ago

kibertoad commented 1 year ago

this.scene.rexUI.add.tabPages({ complains that there is no method tabPages, but it works.

TabPages, which is how it defined in types, does not work.

rexrainbow commented 1 year ago

It's typo. Now it has been fixed. Thanks for reporting this issue.

rexrainbow commented 1 year ago

NPM package had been upgraded.