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 has always been a problem, but the canonicalization overhaul made this worse because before #1368 we usually recreated ModelElements frequently enough to cloak this (which caused its own problems). Fix with multiple passes or changing how templates work to make them no longer inline (but sourced from a separate file).
Lower priority only because macros don't seem to be in heavy use yet.