Trouble Passing Fetch Response in Effect Runtime
I can't pass a fetch Response class through effect runtime...
ive tried every which way to pass the Response through such that react-router can better parse the thrown return type. When logged in my error boundary the result comes up as
ive tried every which way to pass the Response through such that react-router can better parse the thrown return type. When logged in my error boundary the result comes up as
Error: {}. however when i remove the response and pass the object directly it console logs as Error: {"message":"The requested resource could not be found. Contact us if you need assistance onboarding a new resource.","statusCode":404}. Thats also annoying because react router is stringifying my object into a string and prefixing it with Error: ...