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 change is throwing `[PostHog.js] you should provide an _initialized_ client to PostHogProvider` warning in my next js app. According to the [docs](https://posthog.com/docs/libraries/next-js), `posthog.init` is called from `useEffect` which means it won't be initialized on the server side.
Originally posted by @abemelek in #1795 (comment)
The text was updated successfully, but these errors were encountered: