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
Copy file name to clipboardExpand all lines: packages/yew-macro/tests/html_macro/component-fail.stderr
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -710,21 +710,23 @@ note: required by a bound in `ChildContainerPropertiesBuilder::children`
710
710
| -------- required by a bound in this
711
711
= note: this error originates in the macro `html` which comes from the expansion of the derive macro `Properties` (in Nightly builds, run with -Z macro-backtrace for more info)
712
712
713
-
error[E0277]: the trait bound `VChild<Child>: From<VNode>` is not satisfied
713
+
error[E0277]: the trait bound `VChild<Child>: From<yew::virtual_dom::VList>` is not satisfied
0 commit comments