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
TypeError: Cannot read properties of undefined (reading '__typename')
at map (./packages/client/components/ThreadedRepliesList.tsx:65:16)
at Array.map (<anonymous>)
at ThreadedRepliesList (./packages/client/components/ThreadedRepliesList.tsx:64:17)
at Set.forEach (<anonymous>)
...
(30 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
jordanh
added
bug
p1
Needs to be addressed fast. Such an issue significantly impacts the majority of users
p2
Needs to be addressed on a reasonable timescale
and removed
p1
Needs to be addressed fast. Such an issue significantly impacts the majority of users
labels
May 20, 2024
Confirmed, this is broken using relay v14.1.0.
Upgrading to relay v18 has fixed this problem, and it does not require upgrading react to v18.
I need to do more QA before upgrading to v18 since there's a lot of breaking changes between v14 & v18.
My suspicion is that relay wasn't using react's scheduler, so react could render a child component before rendering its parent. See facebook/relay#3514 (comment)
Start the demo and advance to discussion. Reply to the first task created by the bot
https://parabol.sentry.io/issues/5254489567/?referrer=github_plugin
The text was updated successfully, but these errors were encountered: