Describe the bug
This is a bug related to Preact with Next.JS. If there's a better place to post this please let me know :) When an exception is throw in the render phase of a clientside rendered page the Next.JS pages/_error fails to render.
To Reproduce
Steps to reproduce the behavior:
- Visit /
- Click link to render /failing
- Observe fails to JS console showing 5x render and exceptions

Expected behavior
- Should only invoke
pages/failing render once
- Should then render
pages/_error