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
@@ -40,7 +25,7 @@ note: required by a bound in `yew::html::component::properties::__macro::PreBuil
40
25
| where
41
26
| Token: AllPropsFor<B, How>,
42
27
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `PreBuild::<Token, B>::build`
43
-
= 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)
28
+
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
44
29
45
30
error[E0277]: the trait bound `Comp<MissingTypeBounds>: yew::BaseComponent` is not satisfied
@@ -606,7 +591,7 @@ note: required by a bound in `yew::html::component::properties::__macro::PreBuil
606
591
| where
607
592
| Token: AllPropsFor<B, How>,
608
593
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `PreBuild::<Token, B>::build`
609
-
= 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)
594
+
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
610
595
611
596
error[E0609]: no field `children` on type `ChildProperties`
612
597
--> tests/html_macro/component-fail.rs:103:14
@@ -635,28 +620,13 @@ error[E0609]: no field `children` on type `ChildProperties`
635
620
|
636
621
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
637
622
638
-
error[E0277]: not all required properties have been provided
623
+
error[E0277]: not all required properties have been provided for `ChildContainerProperties`
639
624
--> tests/html_macro/component-fail.rs:115:14
640
625
|
641
626
115 | html! { <ChildContainer /> };
642
-
| ^^^^^^^^^^^^^^ missing required properties for this component
643
-
|
644
-
= help: the trait `HasProp<_ChildContainerProperties::children, _>` is not implemented for `AssertAllProps`
645
-
= help: the following other types implement trait `HasProp<P, How>`:
@@ -666,30 +636,15 @@ note: required by a bound in `yew::html::component::properties::__macro::PreBuil
666
636
| where
667
637
| Token: AllPropsFor<B, How>,
668
638
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `PreBuild::<Token, B>::build`
669
-
= 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)
639
+
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
670
640
671
-
error[E0277]: not all required properties have been provided
641
+
error[E0277]: not all required properties have been provided for `ChildContainerProperties`
@@ -699,7 +654,7 @@ note: required by a bound in `yew::html::component::properties::__macro::PreBuil
699
654
| where
700
655
| Token: AllPropsFor<B, How>,
701
656
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `PreBuild::<Token, B>::build`
702
-
= 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)
657
+
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
703
658
704
659
error[E0277]: the trait bound `yew::virtual_dom::VText: IntoPropValue<ChildrenRenderer<VChild<Child>>>` is not satisfied
0 commit comments