Executed the following commands:
wasp new chakra-v3
npm i @chakra-ui/react @emotion/react
npx @chakra-ui/cli snippet add
Added the App.tsx
with the Chakra provider component.
Added {/* @ts-ignore */}
in the two component files (there are some tsconfig.json
incompatibilites between Wasp and Chakra v3.