Merge pull request #408 from jorilallo/error-boundary

Added high level ErrorBoundary
This commit is contained in:
Jori Lallo
2017-11-18 13:01:00 -08:00
committed by GitHub
4 changed files with 104 additions and 51 deletions

View File

@@ -27,6 +27,7 @@ function Heading(props: Props) {
readOnly,
children,
component = 'h1',
className,
attributes,
className,
} = props;