We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e50798 commit 707a9c7Copy full SHA for 707a9c7
packages/runtime-core/src/component.ts
@@ -633,7 +633,9 @@ export function createComponentInstance(
633
exposeProxy: null,
634
withProxy: null,
635
636
- provides: parent ? Object.create(parent.provides) : Object.create(appContext.provides),
+ provides: parent
637
+ ? Object.create(parent.provides)
638
+ : Object.create(appContext.provides),
639
ids: parent ? parent.ids : ['', 0, 0],
640
accessCache: null!,
641
renderCache: [],
0 commit comments