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
What appears to be happening is that only the outermost property access is translated to a call.
Probably a VariableAccess bug, SafeNavigation seems to be completely fine to me (all it does is make a huge ternary with accesses and checks to NULL).
Here is a mock-up that should illustrate what I mean:
The text was updated successfully, but these errors were encountered: