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
Chakra-ui moved most of their packages to a single repository, so there's no need to be importing from different packages.
Upgrade should be kinda seamless, just change the imports (all to @chakra-ui/react if I'm not wrong) and check everything works as it should, since there aren't major code upgrades as far as I know.
Ideally, the bundle size of the package should be exactly the same after this upgrade. If not, something should be tuned in tsup build process (or something should be added to peer dependencies).
The text was updated successfully, but these errors were encountered:
Chakra-ui moved most of their packages to a single repository, so there's no need to be importing from different packages.
Upgrade should be kinda seamless, just change the imports (all to
@chakra-ui/react
if I'm not wrong) and check everything works as it should, since there aren't major code upgrades as far as I know.Ideally, the bundle size of the package should be exactly the same after this upgrade. If not, something should be tuned in tsup build process (or something should be added to peer dependencies).
The text was updated successfully, but these errors were encountered: