geist-org / geist-ui

A design system for building modern websites and applications.
https://geist-ui.dev
MIT License
4.34k stars 334 forks source link

Toasts not working in Nextjs 13 #821

Open rayli09 opened 1 year ago

rayli09 commented 1 year ago

Bug report 🐞

The toasts are not showing up using nextjs 13. How to do the migration from _document and _app to the new app dir?

Version & Environment

latest

Expected Behaviour

The behavior I expect is toast showing up normally.

Actual results (or Errors)

I got an error: Nothing is showing up

code