Closed ethanWallace closed 4 months ago
Duplicate events are emitted since the angular component uses the new @Outputs
events and still has the old rxjs
events from Stencil's implementation. To stop duplicate events, we will need to remove the rxjs
event listeners.
@ethanWallace do we need to open a new ticket for the work to remove rxjs event listeners?
@abdul That work was completed in this PR https://github.com/cds-snc/gcds-components/pull/566
Summary
Based on feedback, the newest
outputs
update to the angular package is causing events to be emitted twice.Acceptance criteria