Currently we have configured `path: /` as sort of a "hidden" default, that is, it’s being applied despite `Cookies.defaults` stating `{}`. This doesn’t seem intuitive and defaults should state `{ path: '/' }`.
Currently we have configured
path: /as sort of a "hidden" default, that is, it’s being applied despiteCookies.defaultsstating{}.This doesn’t seem intuitive and defaults should state
{ path: '/' }.