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