Skip to content

Commit 791735e

Browse files
committed
Downgrade next to 15.0.4 to workaround turbopack issue
Due to the following issue, hot reload after adding new pages to the app results in existing pages no longer rendering properly vercel/next.js#77218
1 parent ac0cfe3 commit 791735e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/constants/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Commands(SimpleNamespace):
8484
"@emotion/react": "11.14.0",
8585
"axios": "1.8.3",
8686
"json5": "2.2.3",
87-
"next": "15.2.2",
87+
"next": "15.0.4",
8888
"next-sitemap": "4.2.3",
8989
"next-themes": "0.4.6",
9090
"react": "19.0.0",

0 commit comments

Comments
 (0)