Skip to content

Commit f10e241

Browse files
committed
unnecessary MEMO_MARKER for event key
1 parent 2c19ec1 commit f10e241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/components/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ def get_args_spec(key: str) -> types.ArgsSpec | Sequence[types.ArgsSpec]:
20082008
key + MEMO_MARKER: EventChain.create(
20092009
value=props[key],
20102010
args_spec=get_args_spec(key),
2011-
key=key + MEMO_MARKER,
2011+
key=key,
20122012
)
20132013
for key in event_types
20142014
},

0 commit comments

Comments
 (0)