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(incremental): fix logic around selecting id/subPath (#3987)
current loop assumes that the first analyzed DeferredFragmentRecord has been released as pending and thereofre has an `id`, which happens to be the case in this scenario, but is not reliable, uncovered by #3982.
Demonstrates the peril of `!` which might point to requiring additional types, but we can leave that for a different PR.
Another option is to include an `invariant` call -- that should be unnecessary, but would indeed be safer.
0 commit comments