Query :: during nav-rewrite we sometimes add null protection logic in places where it's not needed #6453
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Every time we encounter optional navigation we add null protection logic to the member access, however this is not necessary. We only need to add null protection AFTER the first optional navigation.
Example can be found in #6301
The text was updated successfully, but these errors were encountered: