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 99ea0f8 commit 51aa3e5Copy full SHA for 51aa3e5
src/core/vdom/create-component.js
@@ -102,6 +102,8 @@ function createFunctionalComponent (
102
}
103
return Ctor.options.render.call(
104
null,
105
+ // ensure the createElement function in functional components
106
+ // gets a unique context - this is necessary for correct named slot check
107
bind(createElement, { _self: Object.create(context) }),
108
{
109
props,
0 commit comments