Pagination is not working in react inbox #244
-
Pagination is not working in React Inbox on the latest version "@magicbell/magicbell-react": "11.3.2" Steps to reproduce:
Actual behavior
As you can see from the screenshot, the maximum value of unread messages is 100, even if you send much more messages, like 1K. Expected The inbox should load additional messages(next page) when reaching bottom of the messages |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Ruslan, Our API caps notification counts at 100. We recommend showing '99+' in the badge when there are more unread notifications than that. I've updated the react SDK to match this policy. Please update to the latest version ( The pagination issue has been resolved in the meanwhile. Apologies for the inconvenience. |
Beta Was this translation helpful? Give feedback.
Hi Ruslan,
Our API caps notification counts at 100. We recommend showing '99+' in the badge when there are more unread notifications than that. I've updated the react SDK to match this policy. Please update to the latest version (
@magicbell/magicbell-react@11.4.0
) to get this resolved.The pagination issue has been resolved in the meanwhile. Apologies for the inconvenience.