-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[scheduler] Store events with processed dates in the state #20145
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
Conversation
|
Deploy preview: https://deploy-preview-20145--material-ui-x.netlify.app/ Bundle size report
|
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1 similar comment
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
3990cc5 to
d1feb05
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
| it('should place invisible events on the same grid row as the main event', () => { | ||
| render( | ||
| <EventCalendarProvider events={allDayEventOccurrences} resources={[]}> | ||
| <EventCalendarProvider events={allDayEvents} resources={[]}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
rita-codes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice refactor!! 🥇
Part of #19496
In this PR:
CalendarEventinterface in two:SchedulerProcessedEventandSchedulerEventSchedulerProcessedEventin the state instead ofSchedulerEventSchedulerProcessedEventinstead of aSchedulerEvent