0.1.4 • Published 2 years ago

error-scope v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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

NameDescription
childrenAll the components in your project