/session API call SPAM from <Inbox /> component after upgrade
Hi all! I'm developing a web application and using Novu as a notification provider. We implemented the <Inbox /> component inside the app successfully, and everything was working properly with version 2.6.6. Recently, I upgraded the @novu/react version to 3.5.0, and since then, the <Inbox /> component spams a session call on every render (I'm sure it's the <Inbox /> component, as I tried removing it and the issue disappeared).
The issue appears when adding any customization to the component. With <Inbox subscriberId={XXX} applicationIdentifier={XXX} />, the component works fine, but when a customization is added (even just the appearance property), the component starts spamming /session requests.
Any help?
The issue appears when adding any customization to the component. With <Inbox subscriberId={XXX} applicationIdentifier={XXX} />, the component works fine, but when a customization is added (even just the appearance property), the component starts spamming /session requests.
Any help?