amcc
amcc
I've also seen this issue very recently - this PR seems a good one to merge asap - seems a sensible fix to me
I'm trying to do something very similar i.e. filter by a referenced node. My instinct is that a schema customisation in gatsby-node should be able to solve this, I just...
I have the same issue
same for me in Next v 14, node 20
I have the same error - trying to use this in a nextJS environment ``` node_modules/react-three-mind/dist/index.js (1:3305148) @ eval ⨯ Error: Automatic publicPath is not supported in this browser at...
I meant to post that I solved this in exactly the same way. The error isn't next specific, I tried this in Gatsby and also got this error. It stems...
This css will do it. I have given the ARView the class "ar-view" and then set the CSS as so: ``` .ar-view video { object-fit: cover; width: 100% !important; margin-left:...
not sure if this is a similar problem to what i'm seeing. I am using Next.js to show multiple pages each with a different AR scene. If I load a...
i'm really keen to know of any updates too @dogzilla if you do have anything to share that would be fantastic, i can try to help if i'm able to...
i'm running into the same issue - would love to see this implemented