From b4590bda1711aa7b9ee3f1b429b6fa7b85828b51 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 11 Jul 2023 10:46:24 -0400 Subject: [PATCH] Update .changeset/chatty-pears-float.md --- .changeset/chatty-pears-float.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`