Christofer Bodin

Results 3 comments of Christofer Bodin

I'm in the process of validating search parameters and my first assumption was that the transform function would actually accept an error message and handle thrown errors by default. This...

There are also cases where a proxy returns a 502 Bad Gateway or 503 Service Unavailable with a response not looking anything like the types provided from the schema. I...

Another example is proper cleanup of object URLs on unmount or object change: ```ts export function useObjectUrl(object?: Blob | MediaSource | null) { const [objectUrl, setObjectUrl] = useState(null); useEffect(() =>...