Great work @0xGF. Thank you so much for this ❤️❤️❤️
Is there a way to get this to work with React's <Suspense> and TanStack Query useSuspenseQuery, where there's no loading state and the only way to display a skeleton is <Suspense fallback={<Skeleton />}...</Suspense>?
I've been thinking of a way around this, but seems like I would have to either change my architecture or manually write fixture prop for all <Skeleton /> and pass that to fallback, which defeats the whole purpose of auto-generating skeletons.
Great work @0xGF. Thank you so much for this ❤️❤️❤️
Is there a way to get this to work with React's
<Suspense>and TanStack QueryuseSuspenseQuery, where there's no loading state and the only way to display a skeleton is<Suspense fallback={<Skeleton />}...</Suspense>?I've been thinking of a way around this, but seems like I would have to either change my architecture or manually write
fixtureprop for all<Skeleton />and pass that tofallback, which defeats the whole purpose of auto-generating skeletons.