Paul Hammond

Results 5 comments of Paul Hammond

I've got a solution for this if you're interested. I wrote a custom debounce that works like this: ```ts import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'; import { MD5...

@ahayes91 total coincidence that I'm doing something very similar at the moment and saw this post like 2 minutes after you wrote it! I had the exact same issue in...

@ahayes91 all totally fair responses, and I think your solution is probably the way to go for now. None of these are ideal solutions, but for now I guess it's...

This would be really handy. I'm experiencing the same issue at the moment with an npm linked module.

For anybody hitting this issue, I just went ahead and used typescript aliases instead of using workspace imports in my package.json, and it worked for me. It's a little frustrating...