disable react strict mode

This commit is contained in:
Khaleel Al-Adhami 2025-01-31 15:11:00 -08:00
parent ab23f7e86f
commit b9b34d33db

View File

@ -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] = []