theatre icon indicating copy to clipboard operation
theatre copied to clipboard

PlaneBufferGeometry being renamed in three.js 0.154.0 breaks @theatre/r3f/dist/extension

Open alberteddu opened this issue 1 year ago • 2 comments

Hey! Setting up the react three fiber example will not work with the latest version of three js (0.154.0). PlaneBufferGeometry (and others) was renamed to PlaneGeometry in this version, so @theatre/r3f/dist/extension fails when trying to import it. I can't code a PR right now to check, but importing PlaneGeometry instead should do the trick.

Apologies if this was already reported somewhere, I opened this issue because I haven't found any mentions.

alberteddu avatar Jul 08 '23 14:07 alberteddu

I've the same issue but then I installed "@theatre/r3f": "^0.6.2" and it worked perfect

This is being worked on. Had to lay some groundwork via #440.

AriaMinaei avatar Aug 01 '23 15:08 AriaMinaei