We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ad9e6 commit 4c0b4b6Copy full SHA for 4c0b4b6
package.json
@@ -48,7 +48,7 @@
48
"@fortawesome/free-solid-svg-icons": "^5.15.2",
49
"@stoplight/json": "^3.10.0",
50
"@stoplight/json-schema-tree": "^2.1.1",
51
- "@stoplight/react-error-boundary": "^1.0.0",
+ "@stoplight/react-error-boundary": "^2.0.0",
52
"@types/json-schema": "^7.0.7",
53
"classnames": "^2.2.6",
54
"lodash": "^4.17.19"
src/components/JsonSchemaViewer.tsx
@@ -118,5 +118,4 @@ const JsonSchemaFallbackComponent: React.FC<FallbackProps> = ({ error }) => {
118
export const JsonSchemaViewer = withErrorBoundary<JsonSchemaProps>(JsonSchemaViewerComponent, {
119
FallbackComponent: JsonSchemaFallbackComponent,
120
recoverableProps: ['schema'],
121
- reportErrors: false,
122
});
0 commit comments