eBay / nice-modal-react

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

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

Closed IvanZen closed 10 months ago

IvanZen commented 10 months 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 10 months ago

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

IvanZen commented 10 months ago

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

image
supnate commented 10 months ago

where's useModal ?

IvanZen commented 10 months 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 10 months ago

np, good to know it works now!