Skip to content

Commit

Permalink
docs(error-boundary): link directly to source files (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise committed Dec 13, 2023
1 parent 4d3d925 commit 698a387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concept/Error-Boundary.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Ignite provides utilities in [`/app/utils/crash-reporting.ts`](../boilerplate/ap

## Examples

- See our [`ErrorBoundary` component](../boilerplate/app/screens/ErrorScreen/ErrorBoundary.tsx) for error catching logic
- See our [`ErrorScreen` component](../boilerplate/app/screens/ErrorScreen/ErrorDetails.tsx) for error fallback UI
- See our [`ErrorBoundary` component](https://github.com/infinitered/ignite/blob/master/boilerplate/app/screens/ErrorScreen/ErrorBoundary.tsx) for error catching logic
- See our [`ErrorScreen` component](https://github.com/infinitered/ignite/blob/master/boilerplate/app/screens/ErrorScreen/ErrorDetails.tsx) for error fallback UI
- [reactjs.org docs on Error Boundaries](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary)
- [codepen example of Error Boundary usage](https://codepen.io/gaearon/pen/wqvxGa?editors=0010)

0 comments on commit 698a387

Please sign in to comment.