disable react strict mode
This commit is contained in:
parent
ab23f7e86f
commit
b9b34d33db
@ -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] = []
|
||||
|
Loading…
Reference in New Issue
Block a user