Skip to content

Commit

Permalink
chore(remix-dev): stop ignoring missing react-dom/client for React 17
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Aug 16, 2023
1 parent be5fa1f commit 150e5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/config/defaults/entry.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default () => {
import("react/jsx-dev-runtime");
import("react/jsx-runtime");
import("react-dom");
import("react-dom/client").catch();
import("react-dom/client");
import("react-refresh/runtime");
import("@remix-run/react");
import("remix:hmr");
Expand Down

0 comments on commit 150e5f5

Please sign in to comment.