-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
🐞 bugthis isn't working as expectedthis isn't working as expected🔄 data-loadersrelated to Data Loadersrelated to Data Loaders
Description
If you open a site with a page with a loader, it stops being tracked
This problem is present in nuxt (SSR false or true)
In vue such problem is not noticed
2025-03-11.11-53-07.mp4
logging shows that entry is not active
const invalidateQueries = action((filters) => {
return Promise.all(
getEntries(filters).map((entry) => {
invalidate(entry); console.error('invalidateQueries', entry, entry.active, toValue(entry.options?.enabled));
return entry.active && toValue(entry.options?.enabled) && fetch(entry);
})
);
});Metadata
Metadata
Assignees
Labels
🐞 bugthis isn't working as expectedthis isn't working as expected🔄 data-loadersrelated to Data Loadersrelated to Data Loaders
Projects
Status
🆕 New