79487727

Date: 2025-03-05 21:27:40
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: LIIT