brail icon indicating copy to clipboard operation
brail copied to clipboard

Prevent undefined props overriding previously set props

Open sinclairnick opened this issue 2 years ago • 0 comments

Currently, theming may have a value set, e.g. backgroundColor, that gets overwritten when setting e.g. backgroundColor={undefined}. This is annoying and requires writing ...{ A ? {...} : undefined}-type code. Implement better prop merging to prevent this behaviour.

sinclairnick avatar Jun 20 '23 00:06 sinclairnick