You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting a scene using a particle system project locally, the particleSystem element is used. r3f does not recognize this element, and suggests using the extend feature. However, there's no ParticleSystem component exported from Three.js to use with the extend function.
I wanted a reproducible case, but I've been unable to get it to run in the provided CodeSandbox examples. When I try, the error is a little more obtuse Could not load https://prod.spline.design/CpCwU2vP2DhzynSX/scene.splinecode: Cannot read properties of undefined (reading 'create'). Unsure if its related to the above particleSystem issue or not, it would appear not since removing the particle system doesn't fix the error.
When exporting a scene using a particle system project locally, the
particleSystem
element is used. r3f does not recognize this element, and suggests using theextend
feature. However, there's noParticleSystem
component exported from Three.js to use with the extend function.I wanted a reproducible case, but I've been unable to get it to run in the provided CodeSandbox examples. When I try, the error is a little more obtuse
Could not load https://prod.spline.design/CpCwU2vP2DhzynSX/scene.splinecode: Cannot read properties of undefined (reading 'create')
. Unsure if its related to the above particleSystem issue or not, it would appear not since removing the particle system doesn't fix the error.The text was updated successfully, but these errors were encountered: