wojtekmaj / react-calendar

Ultimate calendar for your React app.
https://projects.wojtekmaj.pl/react-calendar
MIT License
3.52k stars 509 forks source link

Fix calendarType not passed to Day component #902

Closed abukati closed 11 months ago

abukati commented 11 months ago

This change makes weekend indicators work properly according to the calendar type

wojtekmaj commented 11 months ago

Is there a repro I could check? Or better yet, can you write a test that was failing before and now is not?

wojtekmaj commented 11 months ago

Thanks!