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(react-composition): inherit components from parent scopes #4494

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

Pavel910
Copy link
Collaborator

Changes

This PR fixes composition scope inheritance. If multiple <CompositionScope> components are nested, the entire tree creates a unique cache key, and as such, produces a different final component. With this PR we're ensuring that the scope hierarchy is respected, and components are composed for every level of the hierarchy.

@Pavel910 Pavel910 added this to the 5.41.5 milestone Jan 17, 2025
@Pavel910 Pavel910 requested a review from leopuleo January 17, 2025 09:39
@Pavel910 Pavel910 merged commit cb9c54c into 5.41.5 Jan 17, 2025
16 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