Integrating react+pixijs with meteor

So I build a meteor-react app. And then decide to use 2D renderer library engine for my app. I decide to use react-pixijs by inlet.

But when I use it to call Stage component, I get this error


There is no other react-pixi component I use for now because I can’t fix this error.
Tried it using react v16 then update it v17 but the error still persisting.

Is there any other dependencies that I need to update?