bootstrap-switch-button-react icon indicating copy to clipboard operation
bootstrap-switch-button-react copied to clipboard

Style prop value must be an object

Open Deiveson opened this issue 5 years ago • 2 comments

I get this warning when I use the style prop

Style prop value must be an object

would it be correct to have a prop className?

Deiveson avatar Mar 26 '20 17:03 Deiveson

As documentation says for style property:

Appends the provided value to the switch button's class attribute. Use this to apply custom styles to the switch button.

I think it should have been called className or something. It happened to me the same when I tried to add inline styles.

rubencm avatar Jan 25 '22 21:01 rubencm

Some people have already tried to solve it in: #12 #28

rubencm avatar Jan 25 '22 21:01 rubencm