diff --git a/reflex/config.py b/reflex/config.py index f6992f8b5..113af12e2 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 = True + react_strict_mode: bool = False # Additional frontend packages to install. frontend_packages: List[str] = []