createResource handle fetches data from a REST API and is displayed on the screen. I have interval that calls refetch to refresh the data.fetch fails, my interval will keep running, and even if the remote service comes up, the refetch occurs, but the page never renders the new data.