Is it possible to use a global error handler to show a react error component instead of a broken component
I use the react-error-boundary library, is there no way to make a global error component in it, so that when any component breaks, an error component is substituted instead, while IT is IMPORTANT that the application continues its work, only the broken component is replaced. Maybe you should use another library for this?