react-code-dataset / next.js /test /development /pages-dir /client-navigation /fixture /pages /error-inside-page.js
| export default () => { | |
| throw new Error('This is an expected error') | |
| } | |
| export default () => { | |
| throw new Error('This is an expected error') | |
| } | |