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 910a62e commit 309baa1Copy full SHA for 309baa1
components/config-provider/index.jsx
@@ -54,7 +54,7 @@ const ConfigProvider = {
54
},
55
56
render() {
57
- return this.$slots.default ? filterEmpty(this.$slots.default) : null;
+ return this.$slots.default ? filterEmpty(this.$slots.default)[0] : null;
58
59
};
60
0 commit comments