Hello There,
I am using a react-calendar-library for plotting some events. Everything is working fine but the issue is I have to press f12 or change window size so that the events can render on the calendar.
For further actions, you may consider blocking this person and/or reporting abuse
Hexadecimal -
Ambrus Pethes -
Sujal -
Vikas76 -
Top comments (6)
Probably some problem with update of react dom.
Yes Probably the below issue. Can't find any solution though.
need to see components, cant figure out the bug like this.
Which component you want to see ? Because I didn't add any new component. I just fetched data from backend and provided to the component....
Have you noticed that the first screenshot displays 2011 and the second screenshot 2022? So it might be that there simply are no events in 2011 and this issue is related to scrolling left and right
It did get buggy that time which I fixed now. But the issue still persist. I tried to import console-polypill but its not helping.