diff --git a/contributors.yml b/contributors.yml index d38d8918e7..917c69a3de 100644 --- a/contributors.yml +++ b/contributors.yml @@ -9,3 +9,4 @@ - shivamsinghchahar - timdorr - turansky +- petersendidit diff --git a/docs/upgrading/v5.md b/docs/upgrading/v5.md index ce5612c8df..d9375b0bde 100644 --- a/docs/upgrading/v5.md +++ b/docs/upgrading/v5.md @@ -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). +## `` is not currently supported + +`` 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.