diff --git a/.changeset/relative-splat-path.md b/.changeset/relative-splat-path.md new file mode 100644 index 00000000000..711a5811339 --- /dev/null +++ b/.changeset/relative-splat-path.md @@ -0,0 +1,8 @@ +--- +"@remix-run/dev": minor +"@remix-run/react": minor +"@remix-run/server-runtime": minor +"@remix-run/testing": minor +--- + +Add a new `future.v3_relativeSplatPath` flag to implement a breaking bug fix to relative routing when inside a splat route. For more information, please see the React Router [`6.21.0` Release Notes](https://github.com/remix-run/react-router/blob/release-next/CHANGELOG.md#futurev7_relativesplatpath) and the [`useResolvedPath` docs](https://remix.run/hooks/use-resolved-path#splat-paths). diff --git a/docs/components/form.md b/docs/components/form.md index 1037ef6ae89..75186ded127 100644 --- a/docs/components/form.md +++ b/docs/components/form.md @@ -27,6 +27,8 @@ The URL to submit the form data to. If `undefined`, this defaults to the closest route in context. If a parent route renders a `