I hope you guys are doing well! I was wondering if there was a built-in function in react-big-calendar that runs when it's a new day. For example, if the time is currently 11:59PM and the user is still on the day page, then when it turns 12:00AM, this function would run as it is a new day. I know I can use setTimeout to achieve this, but I was just wondering if there was a function from React-Big-Calendar that I can use. Please let me know!
Thanks