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
Next.js 15 is using React 19. React 19 changes its secret internal API from SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED to __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE.
React Three Fiber uses those React secret internals to access ReactCurrentOwner and thus is no longer compatible with React 19 (this should be expected since you are already using something that would result in YOU_WILL_BE_FIRED).
This is not the issue of React or Next.js, it is a bug of React Three Fiber. Please submit an issue there instead.
I am trying to get this package working in React 19 + nextjs v15 but get the folllowing error.
component:
(simplified) package.json is:
any suggestions at all? found this issue related to the pmndrs/react-postprocessing#301, so maybe there is something related there?
The text was updated successfully, but these errors were encountered: