export function CatchBoundary() not working #1625
-
Beta Was this translation helpful? Give feedback.
Answered by
hollandThomas
Jan 24, 2022
Replies: 1 comment 1 reply
-
export default function Login() {
return null;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
B4TT3RY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
login.tsx
needs to render something. Something could even benull
if that's what you want: