You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, while going over the code again, I am a bit confused about the tests for yield-effects. According to the tests, using yield take('ACTION') is okay. Should this not be yield*?
I don't think a rule that only makes sure "yield" is used, makes sense for this project
Hi there, any chance you can port over the rules in eslint-plugin-redux-saga? Particularly the
yield-effect
rule.I just started using redux-saga (well, typed-redux-saga) and I'm finding myself forgetting to prefix effect calls with yield.
The text was updated successfully, but these errors were encountered: