error-scope
v0.1.4
Published
My npm package for catching errors in a project
Downloads
2
Readme
Error Scope
Install
Install using npm install error-scope
Usage
In a React app, wrap you main component with ErrorScope:import { ErrorScope } from 'error-scope'
<ErrorScope>
<App/>
</ErrorScope>
Error props
| Name | Description | | ----------- | ----------- | | children | All the components in your project |