import { Title } from '@solidjs/meta' import { PostViewer } from '~/components/post-viewer' import { UserInfo } from '~/components/user-info' export default function Streamed() { return (
Solid Query - Errors

Solid Query - Errors

For more control over error handling, try leveraging the `Switch` component and watching the reactive `query.isError` property. See `compoennts/query-boundary.tsx` for one possible approach.

) }