Q: Is it possible to get unread count (total and per tab)?
I have this application using the @novu/react. Is it possible to get the total unread count for each tab (and total between all)?
4 Replies
@wasabi
Is this related to this post?
https://discord.com/channels/895029566685462578/1346226071107801098/1346837344766136381
Hello, @Pawan Jain , while I still experiment the behavior mentioned on that post, no, this is a separated post.
@wasabi
You can use useCounts hook multiple times with required filters
An example 👇🏻
Let me know if you are facing any issue
@wasabi ping
Hello, sorry for late reply, normally i don't have discord notifications turned on, but i have turned them on now.
I don't seem to be able to use the
useCount
when passing tags
to the filters array. Take a look: https://codesandbox.io/p/devbox/novu-no-tabs-forked-js33ll?workspaceId=ws_7SUJy9312Hx95pVV2BTHfM
@Pawan Jain