You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-big-calendar calculates the layout of the events and the need to show the more link when the component mounts and when the window resizes, but i am using my component inside a resizeable component and the calendar events are not recalculated when the parent component resizes.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
react-big-calendar calculates the layout of the events and the need to show the
more
link when the component mounts and when the window resizes, but i am using my component inside a resizeable component and the calendar events are not recalculated when the parent component resizes.You can see a demo here: https://codesandbox.io/s/mzz0p2pr0y
The solution could be using a resize observer with a polyfill like https://github.com/que-etc/resize-observer-polyfill, or having some way to flag the calendar that it needs to update the layout.
The text was updated successfully, but these errors were encountered: