eslint-plugin-react-native icon indicating copy to clipboard operation
eslint-plugin-react-native copied to clipboard

Composing stylesheets counts as failure

Open thijssteel opened this issue 7 years ago • 1 comments

By using the following syntax const style = {...commonStyle, ...specificStyle}. I can combine two stylesheets into one.

However, even though the styles are used through the style object, the styles from the specificStyle sheet count as unused.

thijssteel avatar Mar 06 '18 20:03 thijssteel

@thijssteel thanks for reporting! I guess this is a good improvement to add

Intellicode avatar Apr 24 '18 20:04 Intellicode