Invalidating the service worker cache
After using
useUpdate to modify a resource, the list view resends the GET request, but it still gets intercepted by the service worker, causing the UI to remain unchanged until I perform a full refresh. Even manually using useInvalidate doesn't get around the service worker. Any ideas on how to work around this?