eBay / nice-modal-react

A modal state manager for React.
https://ebay.github.io/nice-modal-react
MIT License
2.1k stars 122 forks source link

Is this library able to be used with Next.js 13 and App router? #126

Closed IvanZen closed 1 year ago

IvanZen commented 1 year ago

I'm attempting to use this library with Next.js 13 and App router, and running into the error: Error: No modal id found in NiceModal.useModal.

supnate commented 1 year ago

How do you use it? Did you set the ModalProvider ?

IvanZen commented 1 year ago

Yes, I've set the provider in /app/layout.tsx like this:

image
supnate commented 1 year ago

where's useModal ?

IvanZen commented 1 year ago

I just rewrote the logic of dialog from scratch, and it works now😂. Maybe I missed something before. Thanks for your reply.

supnate commented 1 year ago

np, good to know it works now!