Skip to content

Commit

Permalink
Add debug impl for RouterBaseProps (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc1098 authored Jun 26, 2022
1 parent ea67648 commit 41af3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sycamore-router/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ where
}

/// Props for [`RouterBase`].
#[derive(Prop)]
#[derive(Prop, Debug)]
pub struct RouterBaseProps<'a, R, F, I, G>
where
R: Route + 'a,
Expand Down

0 comments on commit 41af3c1

Please sign in to comment.