We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1258205 commit a3c9be4Copy full SHA for a3c9be4
src/use_calendar.rs
@@ -82,7 +82,6 @@ pub fn use_calendar_with_options(
82
first_day_of_the_week,
83
} = options;
84
let (date, _set_date) = date.into_signal();
85
- let first_day_of_the_week = first_day_of_the_week.into_signal();
86
87
let show_date = RwSignal::new(date.get_untracked().unwrap_or(Local::now().date_naive()));
88
Effect::new(move |_| {
0 commit comments