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
according to the console log in the screenshot, it looks like the browser may have overwritten event data with an empty array. I thought we implemented code that prohibits that from happening?
either that, or the browser has the data but the app isn't rendering it correctly.
it might be helpful to have more detailed console logging that shows if/when/how the data is being rendered by the app.
fwiw, a hard refresh (empty cache and hard reload) resulted in the calendar displaying events properly.
The text was updated successfully, but these errors were encountered:
according to the console log in the screenshot, it looks like the browser may have overwritten event data with an empty array. I thought we implemented code that prohibits that from happening?
either that, or the browser has the data but the app isn't rendering it correctly.
it might be helpful to have more detailed console logging that shows if/when/how the data is being rendered by the app.
fwiw, a hard refresh (empty cache and hard reload) resulted in the calendar displaying events properly.
The text was updated successfully, but these errors were encountered: