react-code-dataset
/
next.js
/test
/development
/pages-dir
/client-navigation
/fixture
/pages
/error-in-the-browser-global-scope.js
| if (typeof window !== 'undefined') { | |
| throw new Error('An Expected error occurred') | |
| } | |
| export default () => <div /> | |