zekchan / react-ssr-error-boundary

34 stars 14 forks source link

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

Open TotallWAR opened 5 years ago

TotallWAR commented 5 years ago

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.

krishnaglick commented 4 years ago

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