Skip to content

Commit 2bc3499

Browse files
authored
prevent repeat compiles on frontend only apps (#5017)
1 parent c7b9bb3 commit 2bc3499

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reflex/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,6 @@ def get_compilation_time() -> str:
11081108
if config.react_strict_mode:
11091109
app_wrappers[(200, "StrictMode")] = StrictMode.create()
11101110

1111-
should_compile = self._should_compile()
1112-
11131111
if not should_compile:
11141112
with console.timing("Evaluate Pages (Backend)"):
11151113
for route in self._unevaluated_pages:

0 commit comments

Comments
 (0)