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 problem was detected while holding notifications of anchor objects. The anchor data didnt change but the notifications was not held cause the key based on the object was already in the held notifications.
Compare BaseDict object on id not on object data, similar as other defcon objects like components, contours.
The text was updated successfully, but these errors were encountered:
typemytype
changed the title
baseDict eq should happen on object id instead of object data```
baseDict eq should happen on object id instead of object data
Feb 25, 2021
The problem was detected while holding notifications of anchor objects. The anchor data didnt change but the notifications was not held cause the key based on the object was already in the held notifications.
Compare BaseDict object on id not on object data, similar as other defcon objects like components, contours.
Will push a PR in a bit
The text was updated successfully, but these errors were encountered: