浏览代码

prevent repeat compiles on frontend only apps (#5017)

Khaleel Al-Adhami 1 月之前
父节点
当前提交
2bc3499ae4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      reflex/app.py

+ 0 - 2
reflex/app.py

@@ -1108,8 +1108,6 @@ class App(MiddlewareMixin, LifespanMixin):
         if config.react_strict_mode:
             app_wrappers[(200, "StrictMode")] = StrictMode.create()
 
-        should_compile = self._should_compile()
-
         if not should_compile:
             with console.timing("Evaluate Pages (Backend)"):
                 for route in self._unevaluated_pages: