r3f-spline
r3f-spline copied to clipboard
Failed to compile - mergeBufferGeometries
Failed to compile ./node_modules/@splinetool/loader/build/SplineLoader.js Attempted import error: 'mergeBufferGeometries' is not exported from 'three/examples/jsm/utils/BufferGeometryUtils.js' (imported as 'pI'). This error occurred during the build process and can only be dismissed by fixing the error.
i think maybe its just mergeGeometries ?
https://threejs.org/docs/#examples/en/utils/BufferGeometryUtils.mergeBufferGeometries
same issue!
Same issue 😭
same issue :')
as workarounds you can:
- downgrade threejs peerDependency to 0.151.0
- replace all occurrences of "mergeBufferGeometries" with "mergeGeometries" in built files and push it to a new github repository and install that repo instead
same issue
same issue as well
It was resolved for me after I switched versions for three and @splinetool/loader. I switched from [email protected] to [email protected] and from @splinetool/[email protected] to @splinetool/[email protected]
It was resolved for me after I switched versions for
three. I switched from[email protected]to[email protected]
When I tried to swith to older three versions I got this error instead
⨯ node_modules/three/build/three.module.js (40376:0) @ eval ⨯ unhandledRejection: ReferenceError: ProgressEvent is not defined
spline is broken, 2 years of un-updated code
same issue, yet no solved :(
same issue😔
same issue
same issue - has anyone found a temporary fix? Downgrading didn't work for me
same issue
same issue😔
same issue here. any updates?
same issue, can anyone fix that?
same issue
same issue! please fix it!
Same issue!! Come on Spline!!!
Same issue.
Same issue.
Just encountered this problem as well for the first time, I need a fix asap.
I was able to resolve this setting my three version to 0.149.0 from 0.169.0.
I was able to resolve this setting my
threeversion to0.149.0from0.169.0.
I tried that too but it didn't work for me. I'm in Nextjs.
However, the only way around this entire issue I've found a couple of days ago, is to export as plain Three, instead of R3F, convert to a react component, then write my own animations (I just wanted to animate the camera). I don't have any issues now.
same here. pretty poor support by spline :/
this is unmaintained correct? i dont see any activity