https://github.com/jotaijs/jotai-tanstack-query/blob/ddee97ba32cedac0c99d39b917533b2ea3994604/src/baseAtomWithQuery.ts#L108C9-L110C10
The query cache will be deleted when an error was thrown in the query function and the query was no longer active (for example, a network issue). However, most of the time, we'd like to still display the cache data.
Any background on this piece of code?