Skip to content

Commit

Permalink
fix: workaround for denoland/deno/issues/8530
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Nov 28, 2020
1 parent 609323f commit 838d599
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions error.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'https://esm.sh/react'
import Head from './head.ts'

export class ErrorBoundary extends React.Component {
state: { stack: string | null }
Expand Down Expand Up @@ -60,15 +59,6 @@ export function StatusError({ status, message, showRefreshButton }: { status: nu
React.createElement(
React.Fragment,
null,
React.createElement(
Head,
null,
React.createElement(
'title',
null,
`${status} - ${message} | Aleph.js`
),
),
React.createElement(
'p',
null,
Expand Down

0 comments on commit 838d599

Please sign in to comment.