Izzimach / react-pixi

Create/control a Pixi.js canvas using React
Other
742 stars 69 forks source link

type definition #103

Open congtung10t2 opened 6 years ago

congtung10t2 commented 6 years ago

capture I config react-pixi work with typescript. But I got that issue.

I thought it because Stage in type definition ok with PIXI.DisplayObject. But Sprite is Component. then it still display in game ok like that: capture What should I do now? How to improve definition to work well with typescript?

congtung10t2 commented 6 years ago

I ignored it by change from PIXI.DisplayObject[] -> any in ContainerPropsType