yew-macro 0.23.0

A framework for making client-side single-page apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: function components can accept at most one parameter for the props
 --> $DIR/multiple-param-fail.rs:9:24
  |
9 | fn comp(props: &Props, invalid: String) -> Html {
  |                        ^^^^^^^^^^^^^^^

error: function components can accept at most one parameter for the props
  --> $DIR/multiple-param-fail.rs:19:25
   |
19 | fn comp3(props: &Props, invalid: String, another_invalid: u32) -> Html {
   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^