Cogoport / cogo-toast

Beautiful, Zero Configuration, Toast Messages for React. Only ~ 4kb gzip, with styles and icons
https://cogoport.github.io/cogo-toast
MIT License
673 stars 1 forks source link

document is not defined #55

Closed Kiarash-Z closed 4 years ago

Kiarash-Z commented 4 years ago

Hi, thanks for this beautiful package. I get an error for the package on my Next.js project. I think this might be related to the fact that Next.js is using SSR for rendering:

image

Kiarash-Z commented 4 years ago

Sorry, it turned out the error was happening because I was trying to show a toast before component mounts. I moved it to a useEffect callback and it's working now