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 8f44d49 commit cf7b614Copy full SHA for cf7b614
1 file changed
reflex/event.py
@@ -89,7 +89,6 @@ def substate_token(self) -> str:
89
_EVENT_FIELDS: set[str] = {f.name for f in dataclasses.fields(Event)}
90
91
BACKGROUND_TASK_MARKER = "_reflex_background_task"
92
-EVENT_ID_MARKER = "_rx_event_id"
93
EVENT_ACTIONS_MARKER = "_rx_event_actions"
94
95
@@ -2313,7 +2312,6 @@ class EventNamespace:
2313
2312
2314
# Constants
2315
BACKGROUND_TASK_MARKER = BACKGROUND_TASK_MARKER
2316
- EVENT_ID_MARKER = EVENT_ID_MARKER
2317
EVENT_ACTIONS_MARKER = EVENT_ACTIONS_MARKER
2318
_EVENT_FIELDS = _EVENT_FIELDS
2319
FORM_DATA = FORM_DATA
0 commit comments