Browse Source

set it to true to test things out

Khaleel Al-Adhami 2 months ago
parent
commit
a8785e9922
1 changed files with 1 additions and 1 deletions
  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)
     REFLEX_ADD_ALL_ROUTES_ENDPOINT: EnvVar[bool] = env_var(False)
 
 
     # Use the JSON patch format for websocket messages.
     # 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()
 environment = EnvironmentVariables()