Fix: Resolve useState error in AuthModalProvider

This commit is contained in:
gpt-engineer-app[bot]
2025-10-17 17:31:41 +00:00
parent e6ec2c363a
commit 34a7511163

View File

@@ -18,5 +18,6 @@ export default defineConfig(({ mode }) => ({
"react": path.resolve(__dirname, "./node_modules/react"),
"react-dom": path.resolve(__dirname, "./node_modules/react-dom"),
},
dedupe: ["react", "react-dom"],
},
}));