Skip to content

Bump Yew to v0.22.0#21

Merged
wiseaidev merged 2 commits into
opensass:mainfrom
fmg-pearce:main
Apr 16, 2026
Merged

Bump Yew to v0.22.0#21
wiseaidev merged 2 commits into
opensass:mainfrom
fmg-pearce:main

Conversation

@fmg-pearce
Copy link
Copy Markdown
Contributor

Fixes #20

533 | /     html! {
534 | |         <div class={props.class}>
535 | |             <label class={props.label_class} for={props.id}>{ props.label }</label>
536 | |             <div class={props.field_class}>
...   |
542 | |                     { &props.error_message }
    | |                       ^^^^^^^^^^^^^^^^^^^^ the trait `IntoPropValue<VNode>` is not implemented for `&&str`
...   |
545 | |         </div>
546 | |     }
    | |_____- required by a bound introduced by this call
    |
help: consider dereferencing here
    |
542 |                     { &*props.error_message }
    |                        +
help: consider removing the leading `&`-reference
    |
542 -                     { &props.error_message }
542 +                     { props.error_message }
    |
@wiseaidev
Copy link
Copy Markdown
Member

Hey @fmg-pearce, thanks for this sweet lil contrib. I will try my best to maintain this project soon and get OpenSASS components actually to a stable release that can be used in production apps.

In the meantime, you can explore this rare wholesome interaction between Goldi and Mambo:

goldi-mambo-pov.mp4

I have no idea why gold ship feels so ME rn!

Brb!

Copy link
Copy Markdown
Member

@wiseaidev wiseaidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@wiseaidev wiseaidev merged commit d579f18 into opensass:main Apr 16, 2026
1 check passed
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.

Bump Yew to v0.22.0

2 participants