NovuN
Novu15mo ago
elmd

Attempted import error: 'InboxContent' is not exported from '@novu/react' (imported as 'InboxContent

In a NextJS project, I'm getting the above error in my console whenever I try to import the InboxContent component. My import looks like
import { Inbox, InboxContent, useCounts } from '@novu/react';
on ^2.3.1
Was this page helpful?