compiled icon indicating copy to clipboard operation
compiled copied to clipboard

CSS prop should set style prop when not defined if class name is

Open itsdouges opened this issue 5 years ago • 0 comments

Right now to power dynamic declarations in CSS prop (passed in from a parent) you need to define both className AND style. If you miss style it will only half work.

This is annoying. If className is defined we can safely add the code for style pass through as well.

itsdouges avatar Nov 07 '20 03:11 itsdouges