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
This line in abstract registry messed up the registration order of items if another type of registration happens before item and has the same name for some of the entries as the items
The text was updated successfully, but these errors were encountered:
If I have registry A and registry B, I register aaa, bbb, ddd in registry A, and then register ccc, ddd, eee in registry B. The order in registry B becomes ddd, ccc, eee
This can be fixed by registering items before everything else, though is still good to fix
This line in abstract registry messed up the registration order of items if another type of registration happens before item and has the same name for some of the entries as the items
The text was updated successfully, but these errors were encountered: