Next.js: document is not defined

后端 未结 6 1694
一个人的身影
一个人的身影 2021-02-07 15:22

I am trying to create a payment form where people can pay but I keep getting this error.

document is not defined

I\'m using Next.js. Ple

6条回答
  •  清酒与你
    2021-02-07 15:54

    This might be helpful to some else, I got this error when Material UI anchorEl is true

    const [anchoeEl, setAnchorEl] = useState(null)
    
    
    

提交回复
热议问题