Skip to content

Commit

Permalink
fix(deps): upgrade @stoplight/react-error-boundary to v2 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored Sep 30, 2021
1 parent 39ad9e6 commit 4c0b4b6
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 630 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@stoplight/json": "^3.10.0",
"@stoplight/json-schema-tree": "^2.1.1",
"@stoplight/react-error-boundary": "^1.0.0",
"@stoplight/react-error-boundary": "^2.0.0",
"@types/json-schema": "^7.0.7",
"classnames": "^2.2.6",
"lodash": "^4.17.19"
Expand Down
1 change: 0 additions & 1 deletion src/components/JsonSchemaViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,4 @@ const JsonSchemaFallbackComponent: React.FC<FallbackProps> = ({ error }) => {
export const JsonSchemaViewer = withErrorBoundary<JsonSchemaProps>(JsonSchemaViewerComponent, {
FallbackComponent: JsonSchemaFallbackComponent,
recoverableProps: ['schema'],
reportErrors: false,
});
Loading

0 comments on commit 4c0b4b6

Please sign in to comment.