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 125d9e9 commit 079461aCopy full SHA for 079461a
src/index.tsx
@@ -115,7 +115,7 @@ class ErrorBoundary extends React.Component<
115
116
render() {
117
const {error} = this.state
118
- // @ts-expect-error ts(2339) (at least one of these will be defined though, and we check for their existance)
+ // @ts-expect-error ts(2339) (at least one of these will be defined though, and we check for their existence)
119
const {fallbackRender, FallbackComponent, fallback} = this.props
120
121
if (error !== null) {
0 commit comments