next.js / test /development /pages-dir /client-navigation /fixture /pages /error-in-the-browser-global-scope.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
if (typeof window !== 'undefined') {
throw new Error('An Expected error occurred')
}
export default () => <div />