Index: node_modules/react-dom/static.react-server.js
===================================================================
--- node_modules/react-dom/static.react-server.js	(revision a762898ecd37a452c782821d4c2c4955c6ed2521)
+++ node_modules/react-dom/static.react-server.js	(revision a762898ecd37a452c782821d4c2c4955c6ed2521)
@@ -0,0 +1,5 @@
+'use strict';
+
+throw new Error(
+  'react-dom/static is not supported in React Server Components.'
+);
