react-error-boundary
react-error-boundary copied to clipboard
Simple reusable React error boundary component
- `react-error-boundary` version: 4.0.13 (latest) - `node` version: v20 - `npm` version: v10 Relevant code or config ```js import { ErrorBoundary } from 'react-error-boundary' ``` What you did: Using the...
**What**: Change package.json's scripts **Why**: The use of "npm" in projects using the "pnpm" package manager is awkward and confusing. **How**: Replace "npm run" with "pnpm" **Checklist**: - [X] Documentation...
**What**: Fixing #189 **Why**: By removing the redundant message in the console, it will improve developer experience and reduce the chance of causing confusion. **How**: I add a *isShowBoundary* property...
**What**: * Add React version to ESLint settings. * Remove duplicate ESLint configuration to avoid redundancy. * Update ESLint and related libraries to the latest versions. **Why**: ## Before (has...
Hi! I'm trying to build without success my app with the v6 but the bundler seems to don't find the entry : ``` ERROR Error: While trying to resolve module...