You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: