Cannot read property Point of undefined.
Closed this issue · 1 comments
funkjunky commented
I just forked the react pixi boilerplate (https://github.com/brigand/react-pixi-boilerplate), purged the dependencies and re-installed them to get the latest versions and I get this error.
I also got this error when i tried making my own project from scratch.
Looking at the stack trace it seems "_pixi2.default" is undefined. This likely has to do with using webpack and babel with the latest version of react-pixi or pixi.
funkjunky commented
Never mind, more googling revealed pixi.js screwed up with their latest release and added exports while omitting a default export. reverted pixi.js to 4.0.3 and all worked well.