We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5e7e4 commit a549af7Copy full SHA for a549af7
1 file changed
tests/integration/test_computed_vars.py
@@ -74,7 +74,7 @@ def increment(self):
74
def mark_dirty(self):
75
self._mark_dirty()
76
77
- assert State.backend_vars == {}
+ assert State.backend_vars == {"_reflex_internal_links": {}}
78
79
def index() -> rx.Component:
80
return rx.center(
0 commit comments