segmentio / ui-box

Blazing Fast React UI Primitive
MIT License
1.07k stars 54 forks source link

`style` prop is no longer respected #120

Closed brandongregoryscott closed 1 year ago

brandongregoryscott commented 1 year ago

Looks like a missed case in the recent selector feature:

As of v5.2.0, <Box style={{backgroundColor: 'red'}}>Hello world</Box> no longer forwards the style prop/applies in-line style. This still works in the prior version, v5.1.0