mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Fix tests * Remove generics from virtual dom * Prep for degenerify * Fix examples * Remove props cloning * Fix tests
6 lines
279 B
Plaintext
6 lines
279 B
Plaintext
error[E0277]: the trait bound `std::string::String: yew::html::Component` is not satisfied
|
|
--> $DIR/html-component-fail-unimplemented.rs:6:14
|
|
|
|
|
6 | html! { <String /> };
|
|
| ^^^^^^ the trait `yew::html::Component` is not implemented for `std::string::String`
|