Bug when invalidating queries
Hello, I hope you're all doing fine, I'm currently creating an npm package for my work where i'm using react-query to fetch some data. there is one functionality where I have to invalidate query in case of a mutation success. I'm testing my npm package with storybook and it works fine. The problem i'm facing is when i used the npm package in another project sometimes the invalidation doesn't work and the query doesn't fire. Do you have any idea why this is happening? is it related to react-query or to the npm package itself? can you help me?