79784219

Date: 2025-10-07 05:09:04
Score: 2.5
Natty:
Report link

resolve.dedupe fixed my issue.

vite.config.js of my app:

export default defineConfig({
  ...
  resolve: {
    dedupe: [
      'primevue'
    ],
  }
})

it also solves this problem (variables missing).

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex