From 12f6f98b798cb2a76d5dcdaee29e47c009a6adfe Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Fri, 31 Jan 2025 15:15:11 -0800 Subject: [PATCH] didn't work sadge --- reflex/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/config.py b/reflex/config.py index 113af12e2..f6992f8b5 100644 --- a/reflex/config.py +++ b/reflex/config.py @@ -663,7 +663,7 @@ class Config(Base): next_compression: bool = True # Whether to use React strict mode in nextJS - react_strict_mode: bool = False + react_strict_mode: bool = True # Additional frontend packages to install. frontend_packages: List[str] = []