Error with Schema Parsing in Effect's HttpClient: Type Mismatch in `Effect.andThen`
Quick question regarding Effect's Schemas:
I'm building a way to use Schema parsing in Effect's HttpClient like this:
But for some reason, I get an error at
I'm not too sure why this is happening. Any idea why that could be?
I'm building a way to use Schema parsing in Effect's HttpClient like this:
But for some reason, I get an error at
Effect.andThen(HttpClientResponse.schemaBodyJson(schema)):I'm not too sure why this is happening. Any idea why that could be?
