Using Cancellation Tokens with Promises in React Effects
Hi ! How may I use cancellation tokens with a promise running in an effect. Let's say the effect get cancelled, I would like to cancel an underlying promise with a cancellation token. (For example an axios request that supports cancellation tokens)
