First of all, thank you for maintaining this amazing library!
Description
No problem when importing as usual.

In Next.js, needs to use Dynamic Import to prevent SSR.
Doing so will result in a Stage type loss and a type error.

Steps to reproduce
See in codesandbox.
https://codesandbox.io/s/sharp-snow-u2xev?file=/pages/index.tsx
- Install dependencies.
- Dynamic import
Stage from @inlet/react-pixi.
- Add attributes to
Stage.
Additional info
@inlet/react-pixi version: 6.0.9
React version: 17.0.1
ReactDOM version: 17.0.1
PIXI version: 5.3.7