Skip to content

Commit 8aa5292

Browse files
authored
fix(system): remediate component wrapping functionality (#9978)
Refs #9919
1 parent c74fb2c commit 8aa5292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/system.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function combinePlugins(plugins, toolbox) {
322322
if(isArray(plugins)) {
323323
return plugins
324324
.map(plugin => combinePlugins(plugin, toolbox))
325-
.reduce(systemExtend, { components: { ...toolbox.getComponents() } })
325+
.reduce(systemExtend, { components: toolbox.getComponents() })
326326
}
327327

328328
return {}

0 commit comments

Comments
 (0)