Component selectors can only be used in conjunction with babel-plugin-emotion error while using emotion Component selectors can only be used in conjunction with babel-plugin-emotion error while using emotion reactjs reactjs

Component selectors can only be used in conjunction with babel-plugin-emotion error while using emotion


Turns out you can remove the module babel-plugin-emotion and use macros provided by emotion.

Use the following import

import styled from "@emotion/styled/macro";

That's it and you are good to go.