From a8e95090f58f750e5c33de18d14ee7a0e05cd921 Mon Sep 17 00:00:00 2001 From: Koichi Kobayashi Date: Mon, 7 Nov 2022 23:01:20 +0900 Subject: [PATCH] docs: add caution for Next.js 13 (#148) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d83186f2..032076f4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ [Recoil Sync](https://recoiljs.org/docs/recoil-sync/introduction) stores for Next.js +## Caution + +**The new router for the `app/` directory introduced by Next.js 13 is not yet supported.** + ## Features - [URL Persistence](#url-persistence)