devhunt icon indicating copy to clipboard operation
devhunt copied to clipboard

How i can Fix this Problems.

Open Boudjaa opened this issue 1 year ago • 1 comments

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')


Boudjaa avatar May 05 '24 02:05 Boudjaa

Hey @Boudjaa Have you tried to add "?" like this window?.document?.body

sidiDev avatar May 12 '24 13:05 sidiDev