DEV Community

Himanshupal0001
Himanshupal0001

Posted on • Updated on

Need little guidence/help 🔆

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.

Here's the before pressing f12 image
Image description

Here's the after pressing f12 image
Image description

Top comments (6)

Collapse
 
yashasaveekesarwani99 profile image
YashasaveeKesarwani99

Probably some problem with update of react dom.

Collapse
 
himanshupal0001 profile image
Himanshupal0001

Yes Probably the below issue. Can't find any solution though.

Image description

Collapse
 
yashasaveekesarwani99 profile image
YashasaveeKesarwani99

need to see components, cant figure out the bug like this.

Thread Thread
 
himanshupal0001 profile image
Himanshupal0001

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....

Collapse
 
christiankozalla profile image
Christian Kozalla • Edited

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

Collapse
 
himanshupal0001 profile image
Himanshupal0001

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.