Issues with Errors in Playground vs. Local Environment
Not sure if there's a problem on my end, but I'm getting lots of errors when trying to run this code on the Playground. It works fine on my local project. https://effect.website/play#2a792825bd4f Asides from
Schema
Schema
not being exported from
"effect"
"effect"
, I am getting the following error when trying to execute an HTTPClient request:
Type 'HttpClientResponse' is missing the following properties from type 'HttpClientRequest': method, url, urlParams, hash, and 8 more.
Type 'HttpClientResponse' is missing the following properties from type 'HttpClientRequest': method, url, urlParams, hash, and 8 more.
Can anyone provide me some guidance on getting this code working on playground? (And yes, my