bttf
bttf
@MaksimLavrenyuk We recently updated our next.js example in our growthbook/examples repo. This problem was addressed in our [hybrid implementation](https://github.com/growthbook/examples/blob/main/next-js/src/app/client-optimized/ClientApp.tsx). Mind taking a look and letting us know if it helps?
Hi @ken-browning , this looks mostly good. You have a couple merge conflicts - they should both accept changes from upstream. Also, it seems that your `yarn.lock` changes include several...
Hi @ken-browning Thanks, we need some time to make sure we're not breaking anything here
Need a way to conditionally set `type` field in package.json for cjs / esm builds respectively
I'm experiencing this issue with a Sign In modal in my app. The modal contains an email/password form which calls a server action to sign in (using supabase). The `signInWithEmail`...
I'm experiencing this same issue on a brand new app that I imported into Vercel this morning. It fails to make a fetch to the QStash API (which is authenticated)...