We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
locale
import { DayPicker } from "react-day-picker"; export function Start() { return ( <DayPicker mode="range" locale={{ code: "ru" }} weekStartsOn={1} max={7} selected={selectedDate} onSelect={handleClickOnDate} /> ); }
Property locale must have all fields as optional.
Can't just change localization in locale.
The text was updated successfully, but these errors were encountered:
@LWJerri interesting, I see the reason of passing a partial locale there.
Sorry, something went wrong.
defaultLocale
gpbl
Successfully merging a pull request may close this issue.
Code
Expected Behavior
Property
locale
must have all fields as optional.Actual Behavior
Can't just change localization in
locale
.Screenshots
The text was updated successfully, but these errors were encountered: