Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working with react 19 / nextjs 15? #121

Open
adityamandal-Developer opened this issue Jan 3, 2025 · 1 comment
Open

not working with react 19 / nextjs 15? #121

adityamandal-Developer opened this issue Jan 3, 2025 · 1 comment

Comments

@adityamandal-Developer
Copy link

adityamandal-Developer commented Jan 3, 2025

am getting this error
⨯ TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner')
at instantiateModule (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:590:23)
at getOrInstantiateModuleFromParent (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:645:12)
at esmImport (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:132:20)
at instantiateModule (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:590:23)
at getOrInstantiateModuleFromParent (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:645:12)
at esmImport (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:132:20)
at instantiateModule (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:590:23)
at getOrInstantiateModuleFromParent (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:645:12)
at esmImport (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:132:20)
at instantiateModule (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:590:23)
at getOrInstantiateModuleFromParent (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:645:12)
at esmImport (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:132:20)
at [project]/app/page.tsx [app-ssr] (ecmascript) (file://D%3A/full-stack-project/portfolio_2025/app/page.tsx:3:0)
at instantiateModule (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:590:23)
at getOrInstantiateModuleFromParent (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:645:12)
at commonJsRequire (D:\full-stack-project\portfolio_2025.next\server\chunks\ssr[turbopack]_runtime.js:147:20)
1 | "use client";
2 | import Homepage from "@/components/pages/homepage";

3 | import { ShaderGradientCanvas, ShaderGradient } from "@shadergradient/react";
4 | export default function Home() {
5 | return (
6 | <> {
digest: '2162642104'
}
GET / 500 in 20267ms

image
image

@ruucm
Copy link
Owner

ruucm commented Jan 4, 2025

We've found it's not a issue of our package.

@react-three/fiber do not support React 19 & Next 15 yet.

vercel/next.js#66468

We will keep eyes on this issue anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants