Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle props annotated as list/dict of EventHandler #4257

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Oct 28, 2024

These props are NOT event triggers themselves, but rather they are props that expect a list or dict of event handlers.

Additional fix for calling an @rx.event decorated event handler with no arguments.

These props are NOT event triggers themselves, but rather they are props that
expect a list or dict of event handlers.

Additional fix for calling an `@rx.event` decorated event handler with no
arguments.
@masenf masenf merged commit 8f07082 into main Oct 28, 2024
29 checks passed
masenf added a commit that referenced this pull request Oct 29, 2024
These props are NOT event triggers themselves, but rather they are props that
expect a list or dict of event handlers.

Additional fix for calling an `@rx.event` decorated event handler with no
arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants