We are using ReactJs version is 15.6.2
Logging Error into client side or server side is fine, the problem raise while try to catch the exceptions From components, child components and .js file exceptions. Any idea or help for resolving this issue?
In React 15, you can use the precursor of componentDidCatch
called unstable_handleError
.