Skip to content

Commit aed1ffa

Browse files
authoredMay 15, 2022
docs(api/remix): remove dot (#3198)
* Fix: remove dot * Update contributors.yml
1 parent 90e2c06 commit aed1ffa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- bsharrow
4848
- bsides
4949
- bustamantedev
50+
- bmarvinb
5051
- c43721
5152
- camiaei
5253
- CanRau

‎docs/api/remix.md

-2
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,6 @@ You can know the state of the fetcher with `fetcher.state`. It will be one of:
794794
- **submitting** - A form has been submitted. If the method is GET, then the route loader is being called. If POST, PUT, PATCH, or DELETE, then the route action is being called.
795795
- **loading** - The loaders for the routes are being reloaded after an action submission
796796

797-
.
798-
799797
#### `fetcher.type`
800798

801799
This is the type of state the fetcher is in. It's like `fetcher.state`, but more granular. Depending on the fetcher's state, the types can be the following:

0 commit comments

Comments
 (0)
Please sign in to comment.