Hi, I just created my Novu account to start adding notifications into my app. I got all the way through the process and added the Inbox element into my app. The Novu Dashboard says the Inbox element connected successfully, but I get Next.js error (attached) every time I refresh the page. When I removed the Inbox component, the error disappears.
Also, the docs (https://docs.novu.co/platform/quickstart/nextjs) say to put the Inbox component directly into my layout file, but the example shows that it should be inside of a 'components/inbox.tsx' file, and it doesn't show how the Inbox would be integrated into the actual page.
On my app, I simply just put the Novu's Inbox component directly into my dash.tsx page inside of the <main> element.