diff --git a/contributors.yml b/contributors.yml index 8739051e12f..9ceab430eec 100644 --- a/contributors.yml +++ b/contributors.yml @@ -47,6 +47,7 @@ - bsharrow - bsides - bustamantedev +- bmarvinb - c43721 - camiaei - CanRau diff --git a/docs/api/remix.md b/docs/api/remix.md index 960b710e105..49e7816fb78 100644 --- a/docs/api/remix.md +++ b/docs/api/remix.md @@ -794,8 +794,6 @@ You can know the state of the fetcher with `fetcher.state`. It will be one of: - **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. - **loading** - The loaders for the routes are being reloaded after an action submission -. - #### `fetcher.type` 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: