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 click event is propagating to higher html nodes
How to reproduce
In some packages that use this renderer, when putting a click event on the parent that includes this dump, now when clicking on expand for arrays, the click event of the parent is also fired.
Possible Solution
Is it possible to add e.stopPropagation(); after e.preventDefault();?