For context, simple routing stuff was working, but we want to use slugs for some things so I overhauled the structure some to try and use more best practices.
/login I get the _public wrapper rendered, but not the login.tsx page. I tried giving the exact match /login._index.tsx a wrapper (/login.tsx) with an outlet (thanks grok) and that didn't work either :worryCryHands: /properties I get an error:Invariant failed: Could not find an active match from "/(properties)/(properties)"__root.tsx,_auth.tsx, _public.tsx (which is just an outlet basically), and my main.tsx and auth.tsx are also set up properly (pretty sure anyways). No idea where this problem comes from. I did notice one thing: agreements._index.tsx -> createFileRoute("/_auth/(agreements)/agreements/") (this format is shown in the docs in index routes)- However, when I try to type the path, I get an autocomplete suggestion for this format:
properties._index.tsx -> createFileRoute("/_public/(properties)/properties/_index")
https://x.com/powersync_/status/2010721010006552775?s=20
dry-scarlet · 2mo ago
You can now submit your website/app/project to http://TanStack.com 's new showcase and have it seen by the TanStack community! - Global showcase browser - Per-library filters - Category filters Submit here: https://tanstack.com/showcase/submit View all here: https://tanstack.com/showcase
dry-scarlet · 3mo ago
TanStack AI Alpha 2 is here! 🖼️ Image, video, audio, speech, transcription, structured output 📦 Split adapters = smaller bundles, faster dev/contributions, easier 🎄 Fully tree shakable adapters ✨ Cleaner, flattened, fully type-safe APIs https://tanstack.com/blog/tanstack-ai-alpha-2
dry-scarlet · 3mo ago