Unable to use <InboxContent> and <Notifications> components
Hey folks! (cc: @Pawan Jain )
If I just use the Novu <Inbox> component all the events and actions for clicking on a notification etc. works as expected in the popover.
If I use the <Bell> component in my header and either the InboxContent or Notifications component in my custom popover the notifications and all the UI elements render correctly but then none of the events and actions work anymore when clicked.
I even tried using custom event handling but the handler never fires even if I just try to console.log(notification.id)
If I just use the Novu <Inbox> component all the events and actions for clicking on a notification etc. works as expected in the popover.
If I use the <Bell> component in my header and either the InboxContent or Notifications component in my custom popover the notifications and all the UI elements render correctly but then none of the events and actions work anymore when clicked.
I even tried using custom event handling but the handler never fires even if I just try to console.log(notification.id)