gpbl / react-day-picker

DayPicker is a customizable date picker component for React. Add date pickers, calendars, and date inputs to your web applications.
https://daypicker.dev
MIT License
5.87k stars 702 forks source link

Fix comments, tests #2113

Closed gpbl closed 1 month ago

gpbl commented 2 months ago

Description

Please provide a brief summary of the changes made in this pull request. Include any relevant context or motivation behind these changes.

Type of Change

Checklist

Before submitting your pull request, please make sure the following is done:

Linked Issues

If this PR addresses any existing issues, please link them here. Example: Fixes #123

Test Plan

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Screenshots (if appropriate)

Include screenshots or GIFs if relevant. This is especially important for UI-related changes.

Further Comments

If you have any additional comments or questions, please add them here.

github-actions[bot] commented 2 months ago

Pull request title linting :rotating_light:

In order to merge this pull request, the title of the pull request should be prefixed by one of the available types.

Available types:


Examples ``` feat(grpc): add new endpoint refactor: combine class A and class B ci: update pull request linter style: change format of strings ```

:tipping_hand_person: For more examples, visit https://www.conventionalcommits.org/en/v1.0.0/#examples.