Skip to content

Commit

Permalink
Note that <Prompt> support is missing from v6 (#8436)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersendidit committed Dec 2, 2021
1 parent a84c940 commit 2d9b95a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- shivamsinghchahar
- timdorr
- turansky
- petersendidit
4 changes: 4 additions & 0 deletions docs/upgrading/v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,10 @@ This change was made both to follow more closely the convention established by t

To see the exact API of the new `useMatch` hook and its type declaration, check out our [API Reference](../api.md#usematch). <!-- TODO: Show examples for refactoring useRouteMatch -->

## `<Prompt>` is not currently supported

`<Prompt>` from v5 (along with `usePrompt` and `useBlocker` from the v6 betas) are not included in the current released version of v6. We decided we'd rather ship with what we have than take even more time to nail down a feature that isn't fully baked. We will absolutely be working on adding this back in to v6 at some point in the near future, but not for our first stable release of 6.x.

## What did we miss?

Despite our best attempts at being thorough, it's very likely that we missed something. If you follow this upgrade guide and find that to be the case, please let us know. We are happy to help you figure out what to do with your v5 code to be able to upgrade and take advantage of all of the cool stuff in v6.
Expand Down

0 comments on commit 2d9b95a

Please sign in to comment.