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
manager.Component does now honor wrapper node ids for wrapped components.
as a side effect, cmps can now get found twice => for the node id and for the wrapper node id:
changing the logger would be like fixing the symptoms. to address the root cause, manager.Component should not return duplicate matches => i might address this one instead.
The text was updated successfully, but these errors were encountered:
manager.Component
does now honor wrapper node ids for wrapped components.as a side effect, cmps can now get found twice => for the node id and for the wrapper node id:
changing the logger would be like fixing the symptoms. to address the root cause,
manager.Component
should not return duplicate matches => i might address this one instead.The text was updated successfully, but these errors were encountered: