Skip to content

Commit d6d4fdc

Browse files
authored
Merge pull request #232 from objectstack-ai/copilot/fix-invalid-hook-call
2 parents c85016c + daf7854 commit d6d4fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default defineConfig({
1919
plugins: [react(), tailwindcss(), htmlBaseUrl()],
2020
base,
2121
resolve: {
22+
dedupe: ['react', 'react-dom'],
2223
alias: {
2324
'@': resolve(__dirname, 'src'),
2425
},

0 commit comments

Comments
 (0)