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
Fix Nimbus OutletContext not being updated with client data
For some weird reason, useRouteLoaderData in the root.tsx App function does not receive/update its
data when clientLoader is loaded. Changing to useLoaderData instead
seems to fix the issue.
0 commit comments