-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure there are no hanging promises #1042
Comments
@IanKrieger can I work on this issue? |
Yes you can, @shubrautt |
|
I think in cases where we are setting a form value, we should |
I think we need to set checksVoidReturn to be false, to avoid this error |
I don't think we need that rule, but If you could provide an example of a line in the codebase that is failing because this check does not exist, we can go from there and I can give some direction on how to handle that. |
Same error also exist on other files also |
Hmm, well since I do wish for the value updates to propagate, and I do not like the workarounds I've seen, I am fine with Thank you for asking |
I think void in this scenario is ok, as any actions we want to take should be in the hook definition. |
#1049, @IanKrieger I have pushed the code, How can I figure out where things need to be handled?. |
enable the below eslint config and fix any errors:
The text was updated successfully, but these errors were encountered: