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

impl PartialEq for UseStateHandle and UseReducerHandle #2092

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

ranile
Copy link
Member

@ranile ranile commented Sep 29, 2021

Description

Fixes #2091

Checklist

  • I have run cargo make pr-flow
  • I have reviewed my own code
  • I have added tests

@mc1098 mc1098 added the A-yew Area: The main yew crate label Sep 29, 2021
@mc1098
Copy link
Contributor

mc1098 commented Sep 29, 2021

Thank you for this and thinking about UseReducerHandle too :)

@mc1098 mc1098 merged commit 78bb994 into yewstack:master Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-yew Area: The main yew crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UseStateHandle does not implement PartialEq so can't be used as a prop field
2 participants