devhunt
devhunt copied to clipboard
How i can Fix this Problems.
First one on Terminal:
⨯ components\ui\Modal\index.tsx (53:6) @ document ⨯ ReferenceError: document is not defined at WEBPACK_DEFAULT_EXPORT (./components/ui/Modal/index.tsx:101:24) 51 | 52 | </>,
53 | document.body, | ^ 54 | ) 55 | ) : ( 56 | <></>
Second:
Unhandled Runtime Error TypeError: Cannot read properties of null (reading 'username') Unhandled Runtime Error TypeError: Cannot read properties of null (reading 'avatar_url')
Hey @Boudjaa Have you tried to add "?" like this window?.document?.body