I ran into this issue, I'm not able to disable this underline on the weekdays label. I've tried with text-decoration:none on dev tools in Chrome and in Firefox developer edition but not success. Any idea on how to fix it? Is just a bug?

It's not a bug, it's an accessibility feature. text-decoration: none; 100% works if you target proper element (.react-calendar__month-view__weekdays__weekday abbr).
@wojtekmaj btw I have to say you made a really good job with this calendar, REALLY well documented, congrats!
THANKS :)
p.s Also would like to point It's a really lightweight one just 2kb minified.

I don't think it's 2 KB :D It's half the size of other popular solutions, but definitely not 2 KB.
Most helpful comment
It's not a bug, it's an accessibility feature.
text-decoration: none;100% works if you target proper element (.react-calendar__month-view__weekdays__weekday abbr).