diff --git a/.changeset/chatty-pears-float.md b/.changeset/chatty-pears-float.md index 18f55cc97fd..a51f222e43a 100644 --- a/.changeset/chatty-pears-float.md +++ b/.changeset/chatty-pears-float.md @@ -2,4 +2,4 @@ "@remix-run/react": patch --- -Changed the type of formEncType on useFetcher and useFetchers to be FormEncType from react-router-dom instead of strings +Narrowed the type of `fetcher.formEncType` to use `FormEncType` from `react-router-dom` instead of `string`