Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
i.e. we want to prevent this:
Refresh.Loading --> [new generation] --> Refresh.NotLoading --> Refresh.Loading
and want this:
Refresh.Loading --> [new generation] --> Refresh.Loading
To do that reset, Fetcher needs to keep track of multi-gen local LoadStates which it currently doesn't do so.
An idea is to have fetcher hoist the state up in a separate operator to inject the correct source state.