undefined…

less than 1 minute read

Responses:

oh that’s a good catch. Hmm… is styled components just used in your storybook and not in any deployable piece of your code?

If so, you can move styled-components to a devDependency, and it wont be added to the package.json

Updated: