Closed karolis-sh closed 5 years ago
<div className="test" {...{children: 'test'}} />
Results in:
CompileError: Mixed JSX attributes ending in spread requires specified objectAssign option with 'Object.assign' or polyfill helper.
<div className="test" {...{children: 'test'}} />
Results in:
CompileError: Mixed JSX attributes ending in spread requires specified objectAssign option with 'Object.assign' or polyfill helper.