rsnext/test/e2e/app-dir/actions
Shu Ding 754c6480cb
Invalidate client cache when cookies have changed in Server Actions (#51290)
Similar to tags and paths, when `cookies().set()` is called we have to
invalidate the client router cache as well so routes with
`cookies().get()` will not holding the stale data. This is critical for
auth and other scenarios.

In the future we can have an optimization to only invalidate routes that
actually rely on cookies, similar to paths.
2023-06-14 17:26:27 +02:00
..
app Invalidate client cache when cookies have changed in Server Actions (#51290) 2023-06-14 17:26:27 +02:00
app-action-export.test.ts Fix missing error when using Actions on the client layer without enabling the feature flag (#50257) 2023-05-25 14:22:27 +02:00
app-action-invalid.test.ts Fix missing error when using Actions on the client layer without enabling the feature flag (#50257) 2023-05-25 14:22:27 +02:00
app-action.test.ts Invalidate client cache when cookies have changed in Server Actions (#51290) 2023-06-14 17:26:27 +02:00
next.config.js Add test case for client sourcemaps (#49308) 2023-05-05 14:23:04 +00:00