Skip to content

Conversation

LinusBorg
Copy link
Member

Without this patch, components in custom element mode would only be able to inherit provides from the first ancestor instance, anything provided further up the tree would not be available.

This PR ensures that each instance inherits its ancestors provides, ensureing any descendants have access to all provides.

fix: #5096

@LinusBorg LinusBorg added scope: custom elements 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. labels Dec 13, 2021
@yyx990803 yyx990803 merged commit 192dcb6 into main Nov 11, 2022
@yyx990803 yyx990803 deleted the linusborg/fix-ce-provides-inheritance branch November 11, 2022 02:33
chrislone pushed a commit to chrislone/core that referenced this pull request Feb 4, 2023
zhangzhonghe pushed a commit to zhangzhonghe/core that referenced this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements

2 participants