import { TriangleAlert } from 'lucide-react' import { Callout } from './callout' export default function TanStackBeta() { return (
Heads up: TanStack Start is in beta.
We're excited to support TanStack Start in our UI library! But since it's still in beta, things may change quickly — expect breaking changes and some rough edges. We'll do our best to keep up and make integration with Supabase as smooth as possible. If you run into issues, have a look at the TanStack docs. TanStack Quickstart guide
) }