generated from chiffre-io/template-library
-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Add version compatibility table
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,15 +26,17 @@ $ yarn add next-usequerystate | |
$ npm install next-usequerystate | ||
``` | ||
|
||
> Note: version 1.8.0 requires Next.js 13.4+. | ||
> [!WARNING] | ||
> Due to a bug introduced in `[email protected]`, this library is currently | ||
> **not** compatible with `next@^14.0.2`. | ||
> | ||
> Follow PR [#58297](https://github.com/vercel/next.js/pull/58297) | ||
> and issue [#388](https://github.com/47ng/next-usequerystate/issues/388) | ||
> for updates. | ||
<details> | ||
<summary>Which version should I use?</summary> | ||
|
||
Depending on your Next.js version: | ||
|
||
- Next.js <= 13.1: `[email protected]` | ||
- Next.js >= 13.4 && <= 14.0.1: `next-usequerystate@latest` | ||
- Next.js 14.0.2: Unfortunately not compatible due to a bug introduced in `[email protected]`, see issue [#388](https://github.com/47ng/next-usequerystate/issues/388) and Next.js PR [#58297](https://github.com/vercel/next.js/pull/58297). | ||
- Next.js >= 14.0.3-canary-6: `next-usequerystate@latest` with the experimental flag [`windowHistorySupport`](https://github.com/vercel/next.js/pull/58335) set to `true`. | ||
|
||
</details> | ||
|
||
## Usage | ||
|
||
|