Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information