We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f58520 commit 74b7fecCopy full SHA for 74b7fec
examples/solid/start-clerk-basic/src/components/DefaultCatchBoundary.tsx
@@ -28,7 +28,7 @@ export function DefaultCatchBoundary({ error }: ErrorComponentProps) {
28
>
29
Try Again
30
</button>
31
- {isRoot ? (
+ {isRoot() ? (
32
<Link
33
to="/"
34
class={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded-sm text-white uppercase font-extrabold`}
0 commit comments