React: Cannot read properties of undefined (reading 'split')
Hi,
I'm playing with self hosted novu (docker compose) in a react app. Every time I send a notification and then try to open the inbox component, there is a crash:
The crash is because the key property here is undefined:
Anyone has an idea what is causing this? When I connected to the SAAS version of Novu, I didn't have this problem.
All my docker images are with version
I'm playing with self hosted novu (docker compose) in a react app. Every time I send a notification and then try to open the inbox component, there is a crash:
The crash is because the key property here is undefined:
Anyone has an idea what is causing this? When I connected to the SAAS version of Novu, I didn't have this problem.
All my docker images are with version
2.3.0, and "@novu/react": "^3.10.1. Happy to debug together!:)