yew-macro 0.23.0

A framework for making client-side single-page apps
Documentation
1
2
3
4
5
error: function components can't have generic lifetime parameters
 --> $DIR/generic-lifetime-fail.rs:9:8
  |
9 | fn comp<'a>(props: &'a Props) -> Html {
  |        ^^^^