phaser-react icon indicating copy to clipboard operation
phaser-react copied to clipboard

Types not exported

Open KingCosmic opened this issue 5 years ago • 0 comments

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'

KingCosmic avatar Aug 07 '20 03:08 KingCosmic