You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2.11.2 everything works as expected, when user navigate on the client, the page renders instantly using data from clientLoader without any HTTP request or delay.
But since updating Remix to v2.12.0, navigating on the client lags due to waiting for an HTTP request to the remote loader.
System Info
Vite: v5.4.9
Remix packages: v2.13.1
Used Package Manager
pnpm
Expected Behavior
Instant client side navigation without HTTP request.
Actual Behavior
Navigating on the client lags due to waiting for an HTTP request to the remote loader.
The text was updated successfully, but these errors were encountered:
The route hierarchy looks like this: root -> _chat -> _chat.chat.$botId each route has its own loader definition, and only _chat.chat.$botId has clientLoader definition.
Reproduction
I have a route using client loader like this:
In v2.11.2 everything works as expected, when user navigate on the client, the page renders instantly using data from
clientLoader
without any HTTP request or delay.But since updating Remix to v2.12.0, navigating on the client lags due to waiting for an HTTP request to the remote loader.
System Info
Used Package Manager
pnpm
Expected Behavior
Instant client side navigation without HTTP request.
Actual Behavior
Navigating on the client lags due to waiting for an HTTP request to the remote loader.
The text was updated successfully, but these errors were encountered: