-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I've installed "pixi-flex-layout": "0.1.1"
and tried to initialise the layout, however got errors saying
Module '"pixi-flex-layout"' has no exported member 'yogaSetRenderer'.
Module '"pixi-flex-layout"' has no exported member 'initializeYogaLayout'.
Upon diving into source code, I saw that the only exported members are AsanaFlex
and AsanaGrid
i.e.
import { AsanaFlex } from "./AsanaFlex";
import { AsanaGrid } from "./AsanaGrid";
export { AsanaFlex, AsanaGrid };
I thought I might've installed a wrong package, but it resolved to https://yarnpkg.com/package/pixi-flex-layout which seems to be correct?
ambastos
Metadata
Metadata
Assignees
Labels
No labels