yew-macro 0.23.0

A framework for making client-side single-page apps
Documentation
1
2
3
4
5
error: expected a reference to a `Properties` type (try: `&Props`)
 --> $DIR/bad-props-param-fail.rs:9:16
  |
9 | fn comp(props: Props) -> Html {
  |                ^^^^^