We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e8877 commit 5f09c98Copy full SHA for 5f09c98
1 file changed
tests/integration/test_auto_memo.py
@@ -15,7 +15,7 @@ def AutoMemoAcrossPagesApp():
15
import reflex as rx
16
17
def shared_counter() -> rx.Component:
18
- return rx.text(rx.State.router.path, id="shared-value")
+ return rx.text(rx.State.router.page.raw_path, id="shared-value")
19
20
def index() -> rx.Component:
21
return rx.vstack(
0 commit comments