Describe the bug
When an exception is throw in the render phase of a clientside rendered page the Next.JS pages/_error fails to render. I'm unsure if this is a bug in next, preact or next-plugin-preact happy to post elsewhere if there's a better place.
Describe the bug When an exception is throw in the render phase of a clientside rendered page the Next.JS
pages/_error
fails to render. I'm unsure if this is a bug innext
,preact
ornext-plugin-preact
happy to post elsewhere if there's a better place.To Reproduce
Steps to reproduce the behavior:
/
/failing
Expected behavior
pages/failing
render oncepages/_error