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

Could you bump this to the latest version of Yew? I'm getting compatability errors with Yew 0.21.0. #14

Open
vcfxb opened this issue Oct 11, 2023 · 0 comments · May be fixed by #15
Open

Comments

@vcfxb
Copy link

vcfxb commented Oct 11, 2023

error[E0277]: the trait bound `ExternalLink: yew::Component` is not satisfied
  --> src\components.rs:26:92
   |
26 |             <a href={&props.href} target="_blank" rel={"noreferrer noopener"}>{link_text} <ExternalLink /> </a>
   |                                                                                            ^^^^^^^^^^^^ the trait `yew::Component` is not implemented for `ExternalLink`
   |
   = help: the trait `yew::Component` is implemented for `ContextProvider<T>`
   = note: required for `ExternalLink` to implement `yew::BaseComponent`
   = note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
@werminghoff werminghoff linked a pull request Nov 9, 2023 that will close this issue
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 a pull request may close this issue.

1 participant