This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
framework/react/components Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { Component , createElement , CSSProperties } from 'react'
2
2
3
- export class ErrorBoundary extends Component {
4
- state : { error : Error | null }
5
-
3
+ export class ErrorBoundary extends Component < { } , { error : Error | null } > {
6
4
constructor ( props : any ) {
7
5
super ( props )
8
6
this . state = { error : null }
Original file line number Diff line number Diff line change 1
1
{
2
2
"imports" : {
3
3
"std/" : " https://deno.land/std@0.92.0/" ,
4
- "aleph/" : " https://deno.land/x/aleph@v0.3.0-alpha.28 /" ,
5
- "framework" : " https://deno.land/x/aleph@v0.3.0-alpha.28 /framework/core/mod.ts" ,
6
- "framework/react" : " https://deno.land/x/aleph@v0.3.0-alpha.28 /framework/react/mod.ts" ,
4
+ "aleph/" : " https://deno.land/x/aleph@v0.3.0-alpha.29 /" ,
5
+ "framework" : " https://deno.land/x/aleph@v0.3.0-alpha.29 /framework/core/mod.ts" ,
6
+ "framework/react" : " https://deno.land/x/aleph@v0.3.0-alpha.29 /framework/react/mod.ts" ,
7
7
"react" : " https://esm.sh/react@17.0.2" ,
8
8
"react-dom" : " https://esm.sh/react-dom@17.0.2" ,
9
9
"react-dom/server" : " https://esm.sh/react-dom@17.0.2/server"
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.3.0-alpha.28 '
1
+ export const VERSION = '0.3.0-alpha.29 '
You can’t perform that action at this time.
0 commit comments