Skip to content

Commit

Permalink
fix unrelated to dioxus-router
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 26, 2024
1 parent d3b9b76 commit 97478bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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}" }
/// }
Expand Down

0 comments on commit 97478bc

Please sign in to comment.