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
Copy file name to clipboardExpand all lines: docs/start/data/route-object.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ A route loader is revalidated when:
147
147
148
148
- its own route params change
149
149
- any change to URL search params
150
-
- after any actions are called
150
+
- after an action is called and returns a non-error status code
151
151
152
152
By defining this function, you opt out of the default behavior completely and can manually control when loader data is revalidated for navigations and form submissions.
0 commit comments