Type errors after updating dependencies in your Effect app using `effect-http` and `@effect/schem...
I have an existing effect app that i haven't updated much since writing. It recently started throwing type errors (it uses effect-http which i understan is deprecated now).
My main issue is it seems effect-http is throwing errors like so:
That code looks like
and these arguments are defined
I tried updating @effect/schema and effect-http, i'm not sure whats randomly causing this to now throw.
I did update some vitest deps, including effect/vitest but i'm confused as to why this is now wrong? Did the api completely change?
My main issue is it seems effect-http is throwing errors like so:
That code looks like
and these arguments are defined
I tried updating @effect/schema and effect-http, i'm not sure whats randomly causing this to now throw.
I did update some vitest deps, including effect/vitest but i'm confused as to why this is now wrong? Did the api completely change?
