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
The base is incorrect when using structural inheritance. It appears to stem from the use of getPointerPath rather than getBase internally. I suspect getPointerPath is resolving the pointer name to the one inherited from the base type (in this case, this skips the actual base to get the base of the base).
The text was updated successfully, but these errors were encountered:
The base is incorrect when using structural inheritance. It appears to stem from the use of
getPointerPath
rather thangetBase
internally. I suspectgetPointerPath
is resolving the pointer name to the one inherited from the base type (in this case, this skips the actual base to get the base of the base).The text was updated successfully, but these errors were encountered: