@@ -13,7 +13,7 @@ const classNames = {
|
||||
|
||||
type Props = {
|
||||
resetErrorBoundary?: () => void;
|
||||
error?: string;
|
||||
error?: Error;
|
||||
};
|
||||
|
||||
export function PageError({ resetErrorBoundary, error: propsError }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user