Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/datepicker/tutorials/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { data, propsGetters } = useDatePicker({
<DatePickerStateProvider config={{
// configuration
}}>
{childrden}
{children}
</DatePickerStateProvider>
// children of the DatePickerProvider will have access full functionality
// through useDatePickerContext hook
Expand All @@ -45,7 +45,7 @@ const dpState = useDatePickerState({
<DatePickerStateProvider config={{
// configuration
}}>
{childrden}
{children}
</DatePickerStateProvider>
// children of the DatePickerStateProvider will have access to the dpState
// you can use modular hooks with Context prefix useContextCalendars
Expand Down