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 42ae41b commit 30ac995Copy full SHA for 30ac995
2 files changed
pcweb/pages/docs/apiref.py
@@ -1,4 +1,5 @@
1
import reflex as rx
2
+from reflex.istate.manager import StateManager
3
from reflex.utils.imports import ImportVar
4
from reflex_docgen import generate_class_documentation
5
@@ -16,7 +17,7 @@
16
17
rx.event.EventSpec,
18
rx.Model,
19
# rx.testing.AppHarness,
- rx.state.StateManager,
20
+ StateManager,
21
# rx.state.BaseState,
22
rx.State,
23
ImportVar,
0 commit comments