Explorar el Código

set it to true to test things out

Khaleel Al-Adhami hace 2 meses
padre
commit
a8785e9922
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      reflex/config.py

+ 1 - 1
reflex/config.py

@@ -719,7 +719,7 @@ class EnvironmentVariables:
     REFLEX_ADD_ALL_ROUTES_ENDPOINT: EnvVar[bool] = env_var(False)
 
     # Use the JSON patch format for websocket messages.
-    REFLEX_USE_JSON_PATCH: EnvVar[bool] = env_var(False)
+    REFLEX_USE_JSON_PATCH: EnvVar[bool] = env_var(True)
 
 
 environment = EnvironmentVariables()