Closed colinjlacy closed 6 years ago
Polymer 1.x does re-use event names. Polymer 2.x does not. Looking for a workaround with @colinjlacy now.
@davidrleonard found a solid workaround, and I'd imagine that when we upgrade the problem will go away. Closing.
Expected behavior and actual behavior:
When I'm working in an app that includes both the
px-app-nav
and thepx-breadcrumbs
components, sometimes when I click on a breadcrumb, the initial event data is fired, but it is subsequently overwritten by data from thepx-app-nav
, specifically the first item in the nav item list. I'd expect that the breadcrumb would emit only breadcrumb data. Note that this is not at all an issue when I remove thepx-app-nav
from the app.Steps to reproduce the problem:
breadcrumb click event
will indicate the problem at hand.Environment (component version number, Browser (including version), operating system, hardware, etc):