diff --git a/.changeset/rich-points-talk.md b/.changeset/rich-points-talk.md new file mode 100644 index 0000000000..3693c2bbe9 --- /dev/null +++ b/.changeset/rich-points-talk.md @@ -0,0 +1,18 @@ +--- +"react-router": patch +--- + +[UNSTABLE] Add a new `unstable_defaultShouldRevalidate` flag to various APIs to allow opt-ing out of standard revalidation behaviors. + +If active routes include a `shouldRevalidate` function, then your value will be passed as `defaultShouldRevalidate` in those function so that the route always has the final revalidation determination. + +- `