The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
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.
Thanks for bringing this to our attention. I think that this needs to be addressed by a member of our development team. @David can you help out here?
SantosGuillamot3
Hi there!
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.
maurice.tadros4
@SantosGuillamot,
Once Frontity is updated I’ll update Chakra and let you guys know if that solves the problem.
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.