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
#55471 introduces a problem when attempting to access attributes on a model that contain a .. The framework calls the relationLoaded() method, which was updated to handle . as nested relationships in that PR.
Here is the link to the line that calls the method: