Skip to content

Commit b525078

Browse files
committed
chore: clean up changesets
1 parent 4e8cbd8 commit b525078

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

.changeset/pre.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"mode": "pre",
3+
"tag": "pre",
4+
"initialVersions": {
5+
"create-remix": "1.7.3",
6+
"remix": "1.7.3",
7+
"@remix-run/architect": "1.7.3",
8+
"@remix-run/cloudflare": "1.7.3",
9+
"@remix-run/cloudflare-pages": "1.7.3",
10+
"@remix-run/cloudflare-workers": "1.7.3",
11+
"@remix-run/deno": "1.7.3",
12+
"@remix-run/dev": "1.7.3",
13+
"@remix-run/eslint-config": "1.7.3",
14+
"@remix-run/express": "1.7.3",
15+
"@remix-run/netlify": "1.7.3",
16+
"@remix-run/node": "1.7.3",
17+
"@remix-run/react": "1.7.3",
18+
"@remix-run/serve": "1.7.3",
19+
"@remix-run/server-runtime": "1.7.3",
20+
"@remix-run/vercel": "1.7.3"
21+
},
22+
"changesets": []
23+
}

.changeset/witty-kiwis-flow.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
"@remix-run/react": patch
44
---
55

6-
Infer the type of the `.data` property of `useFetcher` from `loader` and `action` functions.
7-
Similarly to how you can write useLoaderData<typeof loader>. e.g. you can now write useFetcher<typeof action>, and fetcher.data will be inferred correctly.
8-
Previously, you had to write useFetcher<SerializeFrom<typeof action>>.
6+
You can now infer the type of the `.data` property of `useFetcher` from the return type of your `loader` and `action` functions

.changeset/witty-seahorses-appear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@remix-run/react": patch
3+
---
4+
5+
Fixed a bug in `<Form>` that prevented the correct method from being called with non-`POST` submissions

0 commit comments

Comments
 (0)