tide-jsx v0.4.0
git clone https://git.pyrossh.dev/tide-jsx
Tide + JSX
tests/ui/fail/unexpected-attribute.stderr
error[E0560]: struct `Heading<'_>` has no field named `t`
--> $DIR/unexpected-attribute.rs:9:22
|
9 | html! { <Heading t={"Hello world!"} /> };
| ^ `Heading<'_>` does not have this field
|
= note: available fields are: `title`