diff --git a/reflex/event.py b/reflex/event.py index 6e8ab2cf1..f30017d21 100644 --- a/reflex/event.py +++ b/reflex/event.py @@ -28,8 +28,9 @@ from typing import ( from typing_extensions import ( Concatenate, ParamSpec, - Protocol, TypedDict, + Protocol, TypeAliasType, + TypedDict, TypeVar, get_args, get_origin,