diff --git a/packages/strapi-helper-plugin/lib/src/components/ErrorFallback/index.js b/packages/strapi-helper-plugin/lib/src/components/ErrorFallback/index.js index 944ffbcee1..ce52281095 100644 --- a/packages/strapi-helper-plugin/lib/src/components/ErrorFallback/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/ErrorFallback/index.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; // https://github.com/bvaughn/react-error-boundary#usage -function ErrorFallback({ error /* resetErrorBoundary */ }) { +function ErrorFallback({ error }) { return (