this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix broken `patchRequireReactDomServerEdge` patch (#246)

authored by

Dario Piotrowicz and committed by
GitHub
2e13de22 41c55a87

+6 -1
+5
.changeset/violet-zebras-notice.md
··· 1 + --- 2 + "@opennextjs/cloudflare": patch 3 + --- 4 + 5 + fix broken `patchRequireReactDomServerEdge` patch
+1 -1
packages/cloudflare/src/cli/build/patches/to-investigate/wrangler-deps.ts
··· 182 182 ReactDOMServer = require('react-dom/server.browser'); 183 183 } 184 184 ${parameterName}.exports = ReactDOMServer; 185 - }`.replace(/\ns*/g, " ") 185 + `.replace(/\ns*/g, " ") 186 186 ); 187 187 }); 188 188