Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ssr): adds cookie package with partitioned support
Partitioned cookies aren't supported by express yet due to a dependency on an older version of the cookie package. See expressjs/express#5275. Adding an override for a higher version of the cookie package which does support partitioned cookies fixes this.
- Loading branch information