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
Fix events loading - handle API response structure
- API returns events in { items: [...] } format, not directly as array
- Added proper handling to extract events from response.items
- Added debug logging to track response structure
0 commit comments