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
I'm using yarn pnp, so caught this error while working with a project. @chakra-ui/utils package lists react as a peerDependency. But @chakra-ui/styled-system, @chakra-ui/theme-tools and @chakra-ui/theme use the @chakra-ui/utils package without adding react to their peerDependency.
These can be fixed by adding the react package as peerDependency in all the consuming packages
Link to Reproduction
N/A
Steps to reproduce
N/A
Chakra UI Version
2.10
Browser
No response
Operating System
macOS
Windows
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
I'm using yarn pnp, so caught this error while working with a project.
@chakra-ui/utils
package lists react as a peerDependency. But@chakra-ui/styled-system
,@chakra-ui/theme-tools
and@chakra-ui/theme
use the@chakra-ui/utils
package without adding react to their peerDependency.These can be fixed by adding the react package as peerDependency in all the consuming packages
Link to Reproduction
N/A
Steps to reproduce
N/A
Chakra UI Version
2.10
Browser
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: