pixi.js & pixi-viewport
Heyo!
I seem to be running into an issue with pixi-viewport package:
I also did as the message suggested but I then get:
By itself, pixi works fine without any erros, just adding this viewport package then causes this error, it still works but it can sometimes not initialize. Is there a way I can force client render for this specific route?
Thanks 🙂
1 Reply
genetic-orange•4mo ago
You can try set
ssr: false,
on the router. there is also a clientOnly component : https://tanstack.com/router/latest/docs/framework/react/api/router/clientOnlyComponent#props