chris
chris
Added a PR to your repo that works on my machine and on CI: https://github.com/Wheest/libsimdpp_cmake_mwe/pull/1
Looks like we are seeing this newly in [our E2E tests](https://github.com/digitalservicebund/a2j-rechtsantragstelle/actions/runs/6275872562/job/17044368079?pr=309) after updating to Remix v2 and remix-validated-forms 5.1.3 Seems to be fixed in 5.1.4 :)
To temporarily bump the transitive `cookie` dependency you can use an override in your `package.json`: ```json "overrides": { "@remix-run/server-runtime": { "cookie": "^0.7.2" } } ```