- We are really sorry but an error occured in the web client that caused - it to crash. This is not supposed to happen and we are working hard to - fix it. -
-- The best way to prevent this from happening again to you or anyone - else is to report the issue to us. -
-Please include the following information in your report:
--
-
- What you were doing when the error occured -
- What you expected to happen -
- What actually happened -
- Any other information you think might be relevant -
- You can report the issue to our{" "}
- ",
- logs: error?.stack,
- })}
- >
- Github
-
-
- Return to the dashboard -
++ We are really sorry but an error occured in the web client that + caused it to crash. This is not supposed to happen and we are + working hard to fix it. +
++ The best way to prevent this from happening again to you or anyone + else is to report the issue to us. +
+Please include the following information in your report:
+-
+
- What you were doing when the error occured +
- What you expected to happen +
- What actually happened +
- Any other information you think might be relevant +
+ You can report the issue to our{" "}
+ ",
+ logs: error?.stack,
+ })}
+ >
+ Github
+
+
+ Return to the dashboard +
-Error Details
- - {error?.message ? ( - <> - -{`${error.message}`}
- >
- ) : null}
- {error?.stack ? (
- <>
-
- {`${error.stack}`}
- >
- ) : null}
- {!error?.message && !error?.stack ? (
- {error.toString()}
- ) : null}
-
- Error Details
+ + {error?.message ? ( + <> + +{`${error.message}`}
+ >
+ ) : null}
+ {error?.stack ? (
+ <>
+
+ {`${error.stack}`}
+ >
+ ) : null}
+ {!error?.message && !error?.stack ? (
+
+ {error.toString()}
+
+ ) : null}
+
+ {children}
+export const P = ({ children, className }: PProps) => ( +{children}
);