react-calendar-heatmap icon indicating copy to clipboard operation
react-calendar-heatmap copied to clipboard

HeatMaps not rendering on Safari

Open Santiago8888 opened this issue 4 years ago • 4 comments

I'm an Ubuntu user, and I've got reports that the heatmaps were not rendered on Safari. I could verify this but not debug it. I'm aware of issue #73 but it's not my case, for me nothing is rendered (including the cells).

As a first step to solve this issue, I wonder if the library is working for someone on Safari?

Santiago8888 avatar Feb 24 '21 09:02 Santiago8888

Not working on Safari here either

Firefox CleanShot 2022-01-16 at 10 13 15@2x

Safari CleanShot 2022-01-16 at 10 13 42@2x

ethanfann avatar Jan 16 '22 18:01 ethanfann

bump

mattnedrich avatar Jun 24 '22 13:06 mattnedrich

any updates on this issue?

tusharojha avatar May 31 '23 12:05 tusharojha

Even noticing #73, I still managed to stumble on a variant of it: you need to zero-pad the single digit month and day numbers or you get blank cells.

Works on Chrome and Firefox but not Safari: 2023-1-1 Works on all the browsers: 2023-01-01

eputtone avatar Jul 19 '23 13:07 eputtone