diff --git a/packages/flow/src/components/ErrorBoundary/index.tsx b/packages/flow/src/components/ErrorBoundary/index.tsx index e8e674bb..d7bc0ce5 100644 --- a/packages/flow/src/components/ErrorBoundary/index.tsx +++ b/packages/flow/src/components/ErrorBoundary/index.tsx @@ -1,4 +1,5 @@ // https://reactjs.org/docs/error-boundaries.html#gatsby-focus-wrapper +// @ts-nocheck import hoistNonReactStatics from 'hoist-non-react-statics'; import * as React from 'react';