Overwrite value in passed in options by blakeembrey · Pull Request #253 · jshttp/cookie
From X, a user reported a regression and it looks like an unfortunate conflict in property names due to options backward-compatibility.
Issue in code: https://github.com/elysiajs/elysia/blob/5eec011e53784445dc9d63635aeccb4f4d5d5c3e/src/cookies.ts#L445-L453
Caused by value being passed as an argument and also in options, and options took priority instead of the expected value.