`<Comp style={{ display: 'block' }} />` will not set the `display` to `"block"`; it will be `undefined`.
<Comp style={{ display: 'block' }} />will not set thedisplayto"block"; it will beundefined.