소스 검색

add debug statement to evaluate page (#4396)

Khaleel Al-Adhami 6 달 전
부모
커밋
22329e592e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      reflex/app.py

+ 1 - 0
reflex/app.py

@@ -854,6 +854,7 @@ class App(MiddlewareMixin, LifespanMixin):
             self.theme.appearance = None
 
         for route in self.unevaluated_pages:
+            console.debug(f"Evaluating page: {route}")
             self._compile_page(route)
 
         # Add the optional endpoints (_upload)