Hello, first of I am a beginner when it comes to ThreeJS and have been slowly trying to learn.
I have managed to pinpoint my error point, although I am unsure if that is the actual core problem here, as it was working fine in previous iterations of my project.
I have two R3F Canvas components on my page. Both of these have a Lights component, a model component and a R3D PerspectiveCamera component. I have a feeling this perspective camera might have something to do with the problem as my project was running error free untill recently and this is one of the things that has changed (there have been quite a few changes so its hard to say, and i also have not worked on the project in a while).
The error point that I managed to pinpoint is two text components inside my first canvas component. These two text components are inside a mesh. The text components themselves are both R3D imports. One of them is a Text3D component wrapped inside a Center. The other one is a regular R3D Text component.
I will add the errors as images. It is hard for me to figure out whats wrong since it appears like the errors are being thrown from R3F.
[edit] :Some more information. The errors dissapear if there is only 1 canvas on the page. The errors also dissapear if the text components are removed (reason i thought they were the issue)
Would appreciate if anyone can pinpoint me in the right direction, or share any wisdom about the errors.
