The FAQ explains the difference between styled() and .extend. However I wonder if it would be possible to take the decision out of the devs hand and have styled check for the handed in Component if its already a styled component. If it is .extend it otherwise create a new class.
Was this considered at one point?
The FAQ explains the difference between
styled()and.extend. However I wonder if it would be possible to take the decision out of the devs hand and havestyledcheck for the handed in Component if its already a styled component. If it is.extendit otherwise create a new class.Was this considered at one point?