Bugfix: issue 3774 add missing dependency issue of @chakra-ui/react-utils#3775
Bugfix: issue 3774 add missing dependency issue of @chakra-ui/react-utils#3775segunadebayo merged 4 commits intochakra-ui:mainfrom
Conversation
🦋 Changeset detectedLatest commit: a731985 The changes in this PR will be included in the next version bump. This PR includes changesets to release 45 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/chakra-ui/chakra-ui/43iN8qgcyxhAyGc25zksuxRGdEAv |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a731985:
|
Closes #3774
📝 Description
Add missing dependency issue of @chakra-ui/react-utils
⛳️ Current behavior (updates)
ModuleNotFoundError: Module not found: Error: @chakra-ui/tooltip tried to access @chakra-ui/react-utils, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
🚀 New behavior
Should be fine given the workaround from #3774
💣 Is this a breaking change (Yes/No):
No
📝 Additional Information
N/A