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 6f5cc0d commit 14a7010Copy full SHA for 14a7010
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-error-boundary",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "Sample reusable React error boundary component for React 16+",
5
"files": [
6
"dist"
src/index.js
@@ -4,4 +4,5 @@ import ErrorBoundaryFallbackComponent from './ErrorBoundaryFallbackComponent';
import ErrorBoundary, {withErrorBoundary} from './ErrorBoundary';
export default ErrorBoundary;
7
+
8
export {ErrorBoundary, withErrorBoundary, ErrorBoundaryFallbackComponent};
0 commit comments