Apply the below patch on top of https://github.com/srid/dioxus-desktop-template/tree/2500a3729f5909e930bfe33ddd6863844dbef721
[ERROR] error[E0061]: this method takes 1 argument but 0 arguments were supplied
--> src/main.rs:122:5
|
122 | / render! {
123 | | div { class: "flex flex-col items-center",
124 | | p {
125 | | "You are looking at a "
... |
136 | | }
137 | | }
| |_____^ an argument of type `ExternalLinkPropsBuilder_Error_Missing_required_field_key` is missing
|
note: method defined here
--> src/main.rs:165:1
|
165 | #[component]
| ^^^^^^^^^^^^
= note: this error originates in the macro `render` which comes from the expansion of the derive macro `Props` (in Nightly builds, run with -Z macro-backtrace for more info)
help: provide the argument
|
137 | }(/* ExternalLinkPropsBuilder_Error_Missing_required_field_key */)
| +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++