Closed kozickikarol closed 4 years ago
Thank you for that notice
I've encountered the same issue with pixi 5.2.1 and pixi-projection 0.3.7. Are there any news on this?
I didnt fix it yet. Want to help with it?
Unfortunately, I won't have time to help with it alongside everything else that I need to do in our current production. Projection is a nice to have for us but it's not crucial. We'll carry on without it unless it gets solved in the near future.
Hi,
I am trying to use pixi-projection (0.3.5) with pixi v5 (5.1.5). I've noticed that convertSubtreeTo2d does not work in such a configuration. Here you have a broken sandbox.
https://codesandbox.io/s/broken-pixi-projection-convertsubtreeto2d-ex2pk
Error:
Changing PIXI.Sprite to PIXI.projection.Sprite2d fixes the problem but I think that this is not the way how convertSubtreeTo2d should work.
You can just change dependencies to pixi 4.8.8 and pixi-projection 0.2.8 to see that example work as intended.