Open sdraper69 opened 1 week ago
I'm having the same issue. I'm trying to update to nextjs 15, but getting an error with the react-reconciler. "TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner')". Any update on this?
Same issue here any udpates would be amazing. Thanks!
Please correct me if wrong, but it seems like r3f doesn't like using the very latest next js. Could I suggest updating the getting started/installation page on the website to reflect this? I just spent ages going back and forth before figuring out I should not be doing npx create-next-app@latest but rather use a 14.x.x version instead.