Bret Little

Results 155 comments of Bret Little

@frandiox for some reason I remember this being resolved. Is this a regression?

@sanjaiyan-dev no problem, I'll just pull the changes, and create a new branch with your commit on it. Thank you!

IMO the cart should be built with a minimal state machine. Doing so would make invalid states impossible. Something super small like: https://thisrobot.life/

@beppek Does it render at all when running locally in dev mode? What about running a deploy preview locally?

Regarding the issues: 1. **Server context**: I think that this constraint makes sense. It's similar to remix as well. A nested route cannot access data from the parent route through...

What would be the things that determine what is a layout component and what isn't? Something in the name? Something the file exports?

I bet we might be able to make that work @frandiox, but I think there's still some value in being explicit, especially when there get to be many routes. Is...

@beppek I've been trying to track this down. It looks to be an odd bug in either npm or node. A temporary workaround is to: 1. Install the latest node...

> @wizardlyhel @blittle — should we close this PR in favour of `import.meta`? It is a vite thing. I'm wondering how it gets bundled / compiled, because runtimes (vercel, netlify,...