diff --git a/.changeset/v2-remove-use-transition.md b/.changeset/v2-remove-use-transition.md new file mode 100644 index 00000000000..e483054b24a --- /dev/null +++ b/.changeset/v2-remove-use-transition.md @@ -0,0 +1,9 @@ +--- +"@remix-run/react": major +--- + +Remove deprecated `useTransition` hook in favor of `useNavigation`. `useNavigation` is _almost_ identical with a few exceptions:_ + +* `useTransition.type` has been removed since it can be derived from other available information +* "Submission" fields have been flattened from `useTransition().submission` down onto the root `useNavigation()` object +* `