Skip to content

Commit

Permalink
remove react-dom/client from optimizeDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwartofsky-yext committed Oct 16, 2023
1 parent 7d4d82a commit 058f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pages/src/dev/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const createServer = async (
projectStructure.config.envVarConfig.envVarPrefix
),
optimizeDeps: {
include: ["react-dom", "react-dom/client"],
include: ["react-dom"],
},
});

Expand Down

0 comments on commit 058f83b

Please sign in to comment.