We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea61641 commit db0cc5aCopy full SHA for db0cc5a
src/client/ui/components/error-handler/error-page.tsx
@@ -7,5 +7,6 @@ interface ErrorPageProps {
7
export default function ErrorPage({ Message }: ErrorPageProps): React.Element {
8
warn(Message);
9
10
+ // eslint-disable-next-line react/no-useless-fragment -- This is a placeholder for future functions.
11
return <></>;
12
}
0 commit comments