Add proptypes
This commit is contained in:
parent
e9696894a9
commit
34afb12c6f
@ -1,5 +1,6 @@
|
||||
import React from 'react';
|
||||
import { ErrorBoundary as ReactErrorBoundary } from 'react-error-boundary';
|
||||
import PropTypes from 'prop-types';
|
||||
import './ErrorFallback.css';
|
||||
|
||||
const isProduction = process.env.NODE_ENV === 'production';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user