parent
7c410014e1
commit
8495c9c808
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ const ErrorContainer = styled.div`
|
||||||
const ErrorFallback: React.FC<{error: Error}> = (props) => {
|
const ErrorFallback: React.FC<{error: Error}> = (props) => {
|
||||||
return (
|
return (
|
||||||
<ErrorContainer>
|
<ErrorContainer>
|
||||||
An Error occured rendering this pane. Open the console for more info.
|
An Error occurred rendering this pane. Open the console for more info.
|
||||||
<pre>
|
<pre>
|
||||||
{JSON.stringify(
|
{JSON.stringify(
|
||||||
{message: props.error.message, stack: props.error.stack},
|
{message: props.error.message, stack: props.error.stack},
|
||||||
|
|
Loading…
Reference in a new issue