Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runtime): ensure event listener are not registered twice #6052

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

christian-bromann
Copy link
Member

@christian-bromann christian-bromann commented Nov 20, 2024

What is the current behavior?

For dist-custom-elements we didn't ensure that events are only registered once.

GitHub Issue Number: fixes #4135

What is the new behavior?

Verify whether events were registered already.

Documentation

Does this introduce a breaking change?

  • Yes
  • No

Testing

n/a

Other information

n/a

@christian-bromann christian-bromann added this pull request to the merge queue Nov 21, 2024
Merged via the queue into main with commit 8f1bc55 Nov 21, 2024
88 checks passed
@christian-bromann christian-bromann deleted the cb/event-listener-fix branch November 21, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Store changes doesn't trigger re-render of a component on dist-custom-elements build
2 participants