Error: Failed to load external module @react-three/fiber: TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner') · Issue #3417 · pmndrs/react-three-fiber

I'm having this issue in the new Next.js 15.1.0 project: I tried to clear npm_modules and install again, test a few other examples and add "use client". The same issue. My component: import { Suspe...