diff --git a/packages/pl-fe/vite.config.ts b/packages/pl-fe/vite.config.ts index 2fe00f77c..03173545a 100644 --- a/packages/pl-fe/vite.config.ts +++ b/packages/pl-fe/vite.config.ts @@ -166,6 +166,7 @@ const config = defineConfig(({ command }) => ({ alias: [ { find: 'pl-fe', replacement: fileURLToPath(new URL('./src', import.meta.url)) }, ], + dedupe: ['@floating-ui/react', 'tabbable'], }, test: { globals: true,