-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
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
Replaced date-fns utility functions from DateInputV2 component with day.js #6405
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
👋 Hi, @thedevildude, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
LGTM @rithviknishad @khavinshankar review it |
WHAT
🤖 Generated by Copilot at a9a3a54
Refactored date input component to use dayjs library instead of date-fns. This improves consistency and compatibility with other components that use dayjs. Modified
DateInputV2.tsx
and related files to use dayjs methods for date operations and display.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
HOW
🤖 Generated by Copilot at a9a3a54
DateInputV2.tsx
component (link)