When I upgrade Chakra and Frontity to the latest version Chakra components are not styled correctly.
Chakra’s Upgrade guide says:
Remove the emotion-theming package. As at emotion v11, emotion-theming as been removed and all it's functionality as been migrated to @emotion/react.
Rename the @emotion/core package to @emotion/react. @emotion/core was recently changed to @emotion/react following the v11 release by the emotionjs team.
Rename the @chakra-ui/core package to @chakra-ui/react.
Update the @emotion/styled package to v11.
I think you’re totally right and I think the issue is due to the different emotion version. We have in mind to update Frontity to use React 17 and Emotion 11 as explained in the Feature Discussion. I assume this would solve your issue. In the meantime, I would recommend to keep using the previous version of Chakra until this is updated in the Frontity side.
Thank you Dev Team and @koli14, This works as expected. Upgrading the original Chakra/Frontity theme has a couple of minor issues but I’ll fix those in a few days then make a pull request.