Skip to content

Commit

Permalink
chore: repro bug of vercel/next.js#66515
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Jul 26, 2024
1 parent c1eeb8e commit 6edaaca
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.5"
"react": "rc",
"react-dom": "rc",
"next": "rc"
},
"devDependencies": {
"typescript": "^5",
Expand Down
Loading

0 comments on commit 6edaaca

Please sign in to comment.