eleith
eleith
adding code to existing issues seems difficult, so i ended up creating a new issue. see #41 for my proposed solution to this
as a workaround till this lands, you can update your `tsconfig.json` to use the types provided by this branch as follows (the below example assumes you download `index.d.ts` from this...
awesome response. thank you. my current use case is thinking about how i would support browsers that can view webp. for now, i'm using srcset to support hdpi devices and...
i don't know what this is?
cid image support isn't guaranteed in all email clients (though in practice, i've seen support for it in many of them) https://sendgrid.com/blog/embedding-images-emails-facts/ the thing to check is that emailjs is...
i don't have access to an outlook client to inspect how it embeds images. it would be helpful to compare emailjs output to that of outlook to see if the...
not enough information to reproduce
not enough info to reproduce
let's say you have a fetch in `componentDidMount`, the following pattern below allows you to assert after the fetch has been called. ```javascript it("test a fetch failure", async () =>...
wow. thanks for narrowing that down. is it possible to overload this from the source setup in anyway? or is modifying the built-in the only approach that will work? for...