DEV Community

Himanshupal0001
Himanshupal0001

Posted on β€’ Edited 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.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay