2020-12-15 00:02:23 +01:00

3 lines
76 B
JavaScript

const props = {foo: true};
var x = (<div {...props} key={undefined}></div>)