From 7c686cc3da7200f840649c154870cbd407b5738a Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Mon, 20 Jan 2025 21:41:17 -0800 Subject: [PATCH] go back to react 18.3 --- reflex/constants/installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index 1afae5dd4..13fb48a52 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -185,8 +185,8 @@ class PackageJson(SimpleNamespace): "next": "15.1.5", "next-sitemap": "4.2.3", "next-themes": "0.4.4", - "react": "19.0.0", - "react-dom": "19.0.0", + "react": "18.3.0", + "react-dom": "18.3.0", "react-focus-lock": "2.13.5", "socket.io-client": "4.8.1", "universal-cookie": "7.2.2",