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
| Invalid | yes<sup>1</sup> | yes | no | not in store, [deletion](/rest/api/resource#delete), [invalidation](./Controller.md#invalidate), [invalidIfStale](../concepts/expiry-policy.md#endpointinvalidifstale)|
191
-
| Stale | yes<sup>1</sup> | no | no | (first-render, arg change) & [expiry < now](../concepts/expiry-policy.md)|
192
-
| Valid | no | no | maybe<sup>2</sup> | fetch completion |
193
-
|| no | no | no |`null` used as second argument |
140
+
| Stale | yes<sup>1</sup> | no | no | (first-render, arg change) & [expiry < now](../concepts/expiry-policy.md)|
141
+
| Valid | no | no | maybe<sup>2</sup> | fetch completion |
142
+
|| no | no | no |`null` used as second argument |
194
143
195
144
:::note
196
145
@@ -399,11 +348,7 @@ export const getPosts = new RestEndpoint({
If you need help adding this to your own custom router, check out the [official React guide](https://react.dev/reference/react/useTransition#building-a-suspense-enabled-router)
387
+
If you need help adding this to your own custom router, check out the [official React guide](https://react.dev/reference/react/useTransition#building-a-suspense-enabled-router)
0 commit comments