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

nextjs 15: ReactDebugCurrentFrame #324

Closed
m1guer opened this issue Oct 31, 2024 · 14 comments
Closed

nextjs 15: ReactDebugCurrentFrame #324

m1guer opened this issue Oct 31, 2024 · 14 comments

Comments

@m1guer
Copy link

m1guer commented Oct 31, 2024

package.json:

{
  "name": "....",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "NODE_OPTIONS='--inspect' next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "check-format": "biome check . --fix --unsafe",
    "check-lint": "biome lint . --fix",
    "format": "biome format . --fix",
    "prepare": "husky"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.9.1",
    "@irsyadadl/paranoid": "^1.4.12",
    "@reverse-ui/react": "^1.0.11-alpha.3",
    "@tailwindcss/aspect-ratio": "^0.4.2",
    "@vercel/og": "^0.6.3",
    "@vercel/speed-insights": "^1.0.14",
    "axios": "^1.7.7",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.1",
    "cmdk": "^1.0.1",
    "date-fns": "^3.6.0",
    "embla-carousel-autoplay": "^8.3.1",
    "embla-carousel-react": "^8.3.1",
    "framer-motion": "^11.11.10",
    "input-otp": "^1.2.5",
    "justd-icons": "^1.7.1",
    "next": "^15.0.2",
    "next-themes": "^0.3.0",
    "next-view-transitions": "^0.3.2",
    "qs": "^6.13.0",
    "react": "^19.0.0-rc-603e6108-20241029",
    "react-aria": "^3.35.1",
    "react-aria-components": "^1.4.1",
    "react-dom": "^19.0.0-rc-603e6108-20241029",
    "react-hook-form": "^7.53.1",
    "react-number-format": "^5.4.2",
    "sharp": "^0.33.5",
    "sonner": "^1.5.0",
    "tailwind-merge": "^2.5.4",
    "tailwind-variants": "^0.2.1",
    "tailwindcss-animate": "^1.0.7",
    "tailwindcss-react-aria-components": "^1.1.6",
    "ws": "^8.18.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@biomejs/biome": "1.8.3",
    "@eslint/js": "^9.13.0",
    "@fontsource/rosarivo": "^5.1.0",
    "@ianvs/prettier-plugin-sort-imports": "4.3.1",
    "@types/node": "^20.17.3",
    "@types/qs": "^6.9.16",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@types/ws": "^8.5.12",
    "@typescript-eslint/eslint-plugin": "8.4.0",
    "@typescript-eslint/parser": "^8.12.2",
    "eslint": "8.57.0",
    "eslint-config-next": "^15.0.2",
    "eslint-config-prettier": "9.1.0",
    "eslint-import-resolver-typescript": "^3.6.3",
    "eslint-plugin-import": "2.30.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "5.2.1",
    "eslint-plugin-unused-imports": "^4.1.4",
    "globals": "^15.11.0",
    "husky": "^9.1.6",
    "lint-staged": "15.2.10",
    "lucide-react": "^0.400.0",
    "postcss": "^8.4.47",
    "prettier": "3.3.3",
    "prettier-plugin-sort-json": "4.0.0",
    "prettier-plugin-tailwindcss": "^0.6.8",
    "tailwindcss": "^3.4.14",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.12.2"
  },
  "trustedDependencies": ["@biomejs/biome", "@vercel/speed-insights", "sharp"]
}

Screenshot 2024-10-30 at 23 11 22

@steve-marmalade
Copy link

Came here to report the same, please let me know if there's any info about my environment that would help to debug this 🙏

@lednhatkhanh
Copy link

Experiencing the same issue

@0xj4m35
Copy link

0xj4m35 commented Oct 31, 2024

Same with me

@rnkdsh
Copy link

rnkdsh commented Oct 31, 2024

+1

@parweb
Copy link

parweb commented Oct 31, 2024

same same

@kjetil-fabnite
Copy link

same here

@ArnaudFeelbat
Copy link

Same using a fresh next js project initiate with next cli.

@roderik
Copy link

roderik commented Oct 31, 2024

Downgrading to 1.0.0 makes it work again in Next 15 / React 19

@irsyadadl
Copy link

Downgrading to 1.0.0 makes it work again in Next 15 / React 19

This is the right answer, at least for now. @m1guer

@typeofweb
Copy link

1.0.1 still gives me that error. Should this issue be kept open until a fix is released?

@m1guer
Copy link
Author

m1guer commented Oct 31, 2024

downgrade to 1.0

@irsyadadl
Copy link

yeah but you can keep it open.Bs the downgrade is the temporary sulution.

@m1guer m1guer reopened this Oct 31, 2024
@pedro757
Copy link

+1

@pacocoursey
Copy link
Owner

Sorry, fixed in 1.0.2 now.

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