pixi-scrollbox icon indicating copy to clipboard operation
pixi-scrollbox copied to clipboard

getting this build error

Open bkadime opened this issue 5 years ago • 4 comments

57 import InteractionEvent = PIXI.interaction.InteractionEvent; ~~~~~~~~~~~ node_modules/pixi-layers/dist/pixi-layers.d.ts:106:36 - error TS2694: Namespace 'PIXI' has no exported member 'interaction'.

106 import InteractionEvent = PIXI.interaction.InteractionEvent; ~~~~~~~~~~~

bkadime avatar Aug 10 '20 10:08 bkadime

What version of pixi are you using?

davidfig avatar Aug 10 '20 23:08 davidfig

5.3.3

On Tue, Aug 11, 2020, 05:09 David Figatner [email protected] wrote:

What version of pixi are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidfig/pixi-scrollbox/issues/23#issuecomment-671642542, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKM6EJ72RIQSL3DUWYZB7TLSACAL7ANCNFSM4PZ2SKBA .

bkadime avatar Aug 11 '20 16:08 bkadime

That looks to be a type error in pixi-layers not pixi-scrollbox?

davidfig avatar Aug 11 '20 21:08 davidfig

Yes, pixi-layers

On Wed, Aug 12, 2020, 03:20 David Figatner [email protected] wrote:

That looks to be a type error in pixi-layers not pixi-scrollbox?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidfig/pixi-scrollbox/issues/23#issuecomment-672296967, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKM6EJ3VHSEA6FJVSY2PPEDSAG4KLANCNFSM4PZ2SKBA .

bkadime avatar Aug 12 '20 01:08 bkadime