79344261

Date: 2025-01-09 23:16:50
Score: 0.5
Natty:
Report link

the only solution I found to this problem is defining following in vite.config of your application (not library)

export default defineConfig({
    // ...
    resolve: {
        // ...
        dedupe: ['@inertiajs/vue3'], // <- this line
    },
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mazlum Özdoğan