joywin2003 / Acadium

https://acadium.vercel.app
0 stars 1 forks source link

Data Table Caching issue #2

Closed joywin2003 closed 3 months ago

joywin2003 commented 3 months ago

https://github.com/joywin2003/Acadium/assets/107112207/d3aba75e-6b61-4986-8cc8-614c72a9e6ff

There seems to be an issue with caching. For example, when viewing the student information in the data table, the data is cached. However, when switching to view faculty information, the cached data for students is still present, and the same issue occurs in reverse.

joywin2003 commented 3 months ago

files with this issues are

student - src/app/(dashboard)/dashboard/students faculty - src/app/(dashboard)/dashboard/faculty

joywin2003 commented 3 months ago

The issue was I was having same queryKey for the both - solved by Anish