rsnext/examples/with-componentdidcatch/pages/index.js
2018-04-23 14:22:36 -07:00

4 lines
74 B
JavaScript

export default () => {
// Render time error
throw new Error('Test')
}