Query reset on hot reload with nextjs
Opened this issue · 0 comments
mbret commented
When hot reload occurs after code on a page change, the queries are reset.
This is because the component is remount
I think implementing cache might resolve this issue assuming the main provider does not remount