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 2c19ec1 commit f10e241Copy full SHA for f10e241
reflex/components/component.py
@@ -2008,7 +2008,7 @@ def get_args_spec(key: str) -> types.ArgsSpec | Sequence[types.ArgsSpec]:
2008
key + MEMO_MARKER: EventChain.create(
2009
value=props[key],
2010
args_spec=get_args_spec(key),
2011
- key=key + MEMO_MARKER,
+ key=key,
2012
)
2013
for key in event_types
2014
},
0 commit comments