Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 25, 2024
1 parent 15b6ce2 commit 219def2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/api-development-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ const handler = createStaticHandler(routes, {
});
```

| Flag | Description |
| ------------------------------------------- | ------------------------------------------------------------------- |
| [`v7_relativeSplatPath`][relativesplatpath] | Fix buggy relative path resolution in splat routes |
| [`v7_throwAbortReason`][abortreason] | Throw `request.signal.reason` if a query/queryRoute call is aborted |
| Flag | Description |
| ------------------------------------------- | ----------------------------------------------------------------------- |
| [`v7_relativeSplatPath`][relativesplatpath] | Fix buggy relative path resolution in splat routes |
| [`v7_throwAbortReason`][abortreason] | Throw `request.signal.reason` if a `query`/`queryRoute` call is aborted |

### React Router Future Flags

Expand Down

0 comments on commit 219def2

Please sign in to comment.