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
In handleAddEvent, handleDeleteEvent, and handleUpdateEvent, there's a lack of error handling if the type assertion fails other than logging an error. Consider adding more graceful error handling in these scenarios.
The text was updated successfully, but these errors were encountered:
In handleAddEvent, handleDeleteEvent, and handleUpdateEvent, there's a lack of error handling if the type assertion fails other than logging an error. Consider adding more graceful error handling in these scenarios.
The text was updated successfully, but these errors were encountered: