react-ssr-error-boundary icon indicating copy to clipboard operation
react-ssr-error-boundary copied to clipboard

How can error stack be passed to fallback to determine what war error produced by?

Open TotallWAR opened this issue 5 years ago • 1 comments

I wrap my component by boundary and it works. But i would like to see what is reason of error - its message and error stack.

TotallWAR avatar Apr 22 '19 08:04 TotallWAR

I have a PR for this. https://github.com/zekchan/react-ssr-error-boundary/pull/9

krishnaglick avatar May 20 '20 14:05 krishnaglick