Closed mnn closed 3 years ago
Hi @SantoJambit!
First of all, great eslint plugin and very useful I may say!
I was just about to convert our long existing project in my company to using typed-redux-saga and this plugin is, in my opinion, a very important part of it. Without it, we can have real runtime issues as you are probably aware.
Having said that, I was wondering if you are still using this on your projects and if you've encountered the issue described above? From what I've tested this is the only issue that I encountered with it.
Thank you for your time! 💯
Sorry about the delay. I never got any emails for this project, possibly, because It wasn't starred? I only noticed because I was mentioned. Thanks @rodrigofariow!
On the topic: I am quite busy today, but I'll try to find some time to investigate this at the very least in the next couple of days.
Thanks for the quick response @SantoJambit ! I'm glad I pinged you :D
And thanks for dedicating some time to this ;)
Cheers!
I've published a fix. 0.2.0 should work for you now. Give it a try and reopen if this doesn't work. Thanks for the report!
Thank you, it works like a charm with latest version :slightly_smiling_face:.
relevant code (compiles and works fine):
^it's in a generator.
handleSuccessResponse
andhandleErrorResponse
are generators as well.