File tree Expand file tree Collapse file tree
packages/reflex-core/src/reflex_core/_internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111import traceback
1212from collections .abc import AsyncGenerator , Callable , Mapping
1313from contextvars import Token , copy_context
14- from typing import TYPE_CHECKING , Any , Self
14+ from typing import TYPE_CHECKING , Any
1515
1616import rich .markup
17+ from typing_extensions import Self
1718
1819from reflex .app_mixins .middleware import MiddlewareMixin
1920from reflex .istate .manager import StateManager
Original file line number Diff line number Diff line change 33from __future__ import annotations
44
55import dataclasses
6- from typing import TYPE_CHECKING , Self
6+ from typing import TYPE_CHECKING
7+
8+ from typing_extensions import Self
79
810from reflex_core ._internal .context .base import BaseContext
911from reflex_core .utils .exceptions import StateValueError
You can’t perform that action at this time.
0 commit comments