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 df1895c commit 5944ac0Copy full SHA for 5944ac0
src/index.mjs
@@ -71,7 +71,7 @@ const build = (statics) => {
71
if (!spreadClose) {
72
spreadClose = ')';
73
if (!props) props = 'Object.assign({}';
74
- else props = 'Object.assign({},' + props;
+ else props = 'Object.assign(' + props;
75
}
76
props += propsClose + ',' + field;
77
propsClose = '';
0 commit comments