mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 02:51:12 -05:00
Fix: Resolve useState error in AuthModalProvider
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user