You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this expected behavior? In such instances, is it the "correct" approach to style via props (e.g. a prop type: 'main' | 'secondary, ...). Or is this a bug?
Also, I am not sure if this is related to either vue-emotion or emotion. So pardon me if this has nothing to do with vue-emotion.
Thank you for your time :)
The text was updated successfully, but these errors were encountered:
Imagine a title
that is used in a template and exported as a component
Title
:Now, when overwriting the
StyledTitle
, it works as expected. It's color changes from blue to red:Although when overwriting the
Title
, it keeps it's original blue color and does not become green:Is this expected behavior? In such instances, is it the "correct" approach to style via props (e.g. a prop
type: 'main' | 'secondary, ...
). Or is this a bug?Also, I am not sure if this is related to either
vue-emotion
oremotion
. So pardon me if this has nothing to do withvue-emotion
.Thank you for your time :)
The text was updated successfully, but these errors were encountered: