fix unrelated to dioxus-router

This commit is contained in:
marc2332 2024-02-26 21:50:16 +01:00
parent d3b9b764e0
commit 97478bcb13
No known key found for this signature in database
GPG key ID: C06A66E2828F72E1

View file

@ -167,7 +167,7 @@ pub(crate) const COMPONENT_ARG_CASE_CHECK_OFF: &str = "no_case_check";
/// #[warn(non_snake_case)]
/// #[inline(always)]
/// fn __dx_inner_comp(props: GreetPersonProps>e) -> Element {
/// let GreetPersonProps { person } = &cx.props;
/// let GreetPersonProps { person } = props;
/// {
/// rsx! { "hello, {person}" }
/// }