Currently types aren't exported properly so it's a little weird to use them this is how it currently is ```ts import { ComponentManager } from 'phaser3-react/src/manager' ``` should be ```ts import { Manager } from 'phaser3-react' ```
Currently types aren't exported properly so it's a little weird to use them
this is how it currently is
should be