You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This guide is for Next.js App Router apps only. Guides for other setups are coming soon (ETA April 2024).
138
138
139
-
If you plan on having `'use client'` components in your app (you probably do), you'll need to also wrap your entire component tree in `<ReplexicaProvider />`:
139
+
If you plan on having `'use client'` components *at least somewhere*in your app (you probably do), you'll need to also wrap your entire component tree in `<ReplexicaProvider />`:
0 commit comments