novuhq / novu

Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.
https://novu.co
Other
34.01k stars 3.47k forks source link

Setting custom queryKey in useFetchNotifications #5803

Open samya-ak opened 2 months ago

samya-ak commented 2 months ago

Thanks!

linear[bot] commented 2 months ago

NV-3926 Setting custom queryKey in useFetchNotifications

samya-ak commented 2 months ago

Ended up using separate NovuProvider for each useFetchNotifications for now. Only downside I see is not being able to take advantage of caching and context since I'm conditionally rendering the providers. Open to better suggestions : )