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
Throw a nice error when using the styled shorthand without babel-plugin-emotion and remove duplication in component selector code (#516)
* Throw a nice error when using the styled shorthand with babel-plugin-emotion and remove duplication in component selector stuff
* Remove more useless stuff
Copy file name to clipboardexpand all lines: packages/emotion/test/__snapshots__/component-selector.test.js.snap
-2
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,3 @@ exports[`component selector should be converted to use the emotion target classN
27
27
color: blue;
28
28
}"
29
29
`;
30
-
31
-
exports[`component selector should throw if the missing the static targeting property 1`] =`"Component selectors can only be used in conjunction with babel-plugin-emotion."`;
0 commit comments