Error with HttpClient Migration in Effect 3.9.2

So, I upgraded from to effect 3.8+ (now on latest 3.9.2) and effect/platform 0.68.5..

Noticed that there's a new way to do HttpClient, and fetch may be deprecated..? Tried to migrate my code..

Attempted to change HttpClientRequest.get to the new way.. but I'm always getting an error:

js 
(intermediate value).get is not a function 

With both HttpClient and HttpClient.HttpClient
Was this page helpful?