diff --git a/.changeset/proud-geese-sin.md b/.changeset/proud-geese-sin.md new file mode 100644 index 00000000000..6c5ebf66425 --- /dev/null +++ b/.changeset/proud-geese-sin.md @@ -0,0 +1,6 @@ +--- +"remix": patch +"@remix-run/node": patch +--- + +Update @remix-run/web-fetch dependency. Fixes `{Request | Response}.clone()` throwing when body is null. Also adds additional Node.js specific types to `fetch()` to allow use of `agent` from `http` and `https`.