Andrew Avsenin

Results 15 comments of Andrew Avsenin

So, I tried again. I waited 30 minutes but it still doesn't work

Here child is undefined: stateNode should be Graphics

It happened because I had in monorepo(turborepo) @react/pixi in package and app (in package devDeps, in apps just deps) and it leads to error (I confused) Interesting that v7.0.3 didn't...

I think you can resolve it easier and don't wait the feature just add alias to paths: `"~/*": "src"` ``` "namespaces": { "MyModule": { "importPath": "~/lib/my-module" } } ``` I...