zekchan / react-ssr-error-boundary

34 stars 14 forks source link

Return children in fallback function #5

Open ScottAgirs opened 5 years ago

ScottAgirs commented 5 years ago

Is it possible to return children with the fallback function?

krishnaglick commented 4 years ago

Looking at the code, the fallback allows just about anything. So, yes, you can. Minus whatever errored.