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): scope id fix for component children for typescript issue #6041

Merged

Conversation

hbeyan
Copy link
Contributor

@hbeyan hbeyan commented Nov 6, 2024

This fixes an issue we encountered in several of our projects: when using scoped components, scoped classes for child elements in the component is not set correctly, which causes style problems on the child elements.

Apparently this is caused by usage of a spread operator on a Set of scope ids (it is a known issue on the typescript microsoft/TypeScript#8856), this small fix enables to set the scope ids on child element correctly.

What is the current behavior?

GitHub Issue Number: 6042

What is the new behavior?

Documentation

Does this introduce a breaking change?

  • Yes
  • No

Testing

Other information

@hbeyan hbeyan requested a review from a team as a code owner November 6, 2024 04:22
Copy link
Member

@christian-bromann christian-bromann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@christian-bromann christian-bromann added this pull request to the merge queue Nov 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2024
@christian-bromann christian-bromann added this pull request to the merge queue Nov 7, 2024
Merged via the queue into ionic-team:main with commit ab4cfce Nov 7, 2024
88 checks passed
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.

2 participants