We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0576cf commit 0eff92cCopy full SHA for 0eff92c
.changeset/famous-games-film.md
@@ -0,0 +1,5 @@
1
+---
2
+"@remix-run/dev": patch
3
4
+
5
+ignore missing react-dom/client for react 17
packages/remix-dev/config/defaults/entry.dev.ts
@@ -6,7 +6,7 @@ export default () => {
6
import("react/jsx-dev-runtime");
7
import("react/jsx-runtime");
8
import("react-dom");
9
- import("react-dom/client");
+ import("react-dom/client").catch();
10
import("react-refresh/runtime");
11
import("@remix-run/react");
12
import("remix:hmr");
0 commit comments