-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Cannot read properties of undefined (reading 'timeZone') #18107
Conversation
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (12/11/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (12/11/24)1 label was added to this PR based on Keith Williams's automation. "Add ready-for-e2e label" took an action on this PR • (01/01/25)1 label was added to this PR based on Keith Williams's automation. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well this would just fix the type error but we should figure out why timeZone
is missing from organizer or attendee.
This could mess up the availability checking, event creation, etc. if there is no timezone attached and we use default one
yeah agreed, I'll check/fix this 🙏 |
This PR is being marked as stale due to inactivity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !! But I have one concern that how come attendees[0] could be undefined, there is something else wrong beyond this fn I think.
It might be a good idea to add an explicit comment on why there is a fallback for attendees[0].timeZone
E2E results are ready! |
…#18107) Co-authored-by: Hariom <hariombalhara@gmail.com>
…#18107) Co-authored-by: Hariom <hariombalhara@gmail.com>
…#18107) Co-authored-by: Hariom <hariombalhara@gmail.com>
What does this PR do?
Mandatory Tasks (DO NOT REMOVE)
Checklist