I've determined there may have been a bug in @urql/svelte < 4.0.0 that has been causing issues with the animeList and mangaListqueryStores from updating correctly when refreshing simultaneously.
Updating the dependency to the latest version seems to have solved this issue. (should close #74 )
Additionally, the newer version seems to have caused an issue with the previously working "What's New" page and I've added a default empty array to the affected each blocks so that any issues with rendering will be resolved while the query is still processing.
I've determined there may have been a bug in
@urql/svelte < 4.0.0
that has been causing issues with theanimeList
andmangaList
queryStores
from updating correctly when refreshing simultaneously.Updating the dependency to the latest version seems to have solved this issue. (should close #74 )
Additionally, the newer version seems to have caused an issue with the previously working "What's New" page and I've added a default empty array to the affected each blocks so that any issues with rendering will be resolved while the query is still processing.