Tom Ballinger
Tom Ballinger
Thanks @jappi00 , this looks reasonable to me! I want to hold off because we're actively making changes to https://github.com/workos/template-convex-nextjs-authkit still; we'll get this change (or something similar) in soon....
Note that you can accomplish this today with a hook, or by rendering the same thing in `` or ``! How about instead of a flag, just a new component...
Hi @SuperJakov, is there a React compiler error or misbehavior you're seeing because of this? Or a linter error? I want to make sure we can repro, sounds like this...
Doing things in parallel looks good! I'll polish this up later
I'm not confident about linting not making things worse so I'll make another PR that's everything here except that.
Is there a nicer way to do this, e.g. a custom StackBlitz command maybe? I need to find where StackBlitz config is done. I see https://developer.stackblitz.com/platform/webcontainers/project-config, maybe a package.json field...
Updated, no more wacky environment detection, just add a .stackblitzrc file. I'm not sure how to test this approach though so I'm not confident it works.
The next thing to figure out is how to make this deploy with one click on Vercel. I think this should use the same approach: if you haven't actually closed...