If you're using Vite, dont forget to add following setting in your vite.config.ts :
export default defineConfig({ plugins: [ react({ jsxImportSource: '@emotion/react', }), ] })
It allowed me to fix that issue.