styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.27k stars 107 forks source link

Missing @xstyled/util dependency in @xstyled/core #354

Closed jguddas closed 2 years ago

jguddas commented 2 years ago

🐛 Bug Report

@xstyled/util is used inside @xstyled/core but does not exist inside the package.jsons dependencies.

https://www.runpkg.com/?@xstyled/core@3.5.1/dist/index.cjs

This is an issue with package managers such as yarn pnp.

Module not found: Error: @xstyled/core tried to access @xstyled/util, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.