rsnext/test/e2e/app-dir/actions
Shu Ding d381d581cf
Fix types of cookies() (#50052)
As explained in the comments, the `cookies()` API is a mix of request and response cookies. For `.get()` methods, we want to return the request cookie if it exists. For mutative methods like `.set()`, we return the response cookie type instead.
fix #50049
fix NEXT-1211
2023-05-19 19:02:16 +00:00
..
app Fix types of cookies() (#50052) 2023-05-19 19:02:16 +00:00
app-action-export.test.ts Error in next export when serverActions is enabled (#50039) 2023-05-19 17:53:21 +02:00
app-action.test.ts Fix chained .bind of Server Actions (#49874) 2023-05-16 22:36:17 +00:00
next.config.js Add test case for client sourcemaps (#49308) 2023-05-05 14:23:04 +00:00