react-guard icon indicating copy to clipboard operation
react-guard copied to clipboard

🦄 React Guard automagically catches exceptions from React components, extracts useful debug information and prevents White Screen of Death 👻

Results 4 react-guard issues
Sort by recently updated
recently updated
newest added

Just wanted to know if this project is still used somewhere in production or if its too old for newer react versions. i have tested it on our code base...

It should be possible to see that a component has a `componentDidCatch` method. It would be nice if react-guard could optionally only catch errors at those error boundaries. The issue...

What do you think about possible fallback for component? E.g. We have 10 components and would like to handle their errors, but not in the same way (for error in...