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
At the moment, if a component appears multiple times in the nested component hierarchy, it will get printed multiple times in __str__. It would be nice if it would only be printed once, ideally at the 'highest' level.
At the moment, if a component appears multiple times in the nested component hierarchy, it will get printed multiple times in
__str__. It would be nice if it would only be printed once, ideally at the 'highest' level.