-
Notifications
You must be signed in to change notification settings - Fork 0
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
tweak(mobile): Mobile small cleanup 270125 #7145
base: main
Are you sure you want to change the base?
Conversation
2bca320
to
ab86760
Compare
…mponent and not any callback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - just warning that I have seen bugs like infinite rendering and stuff when blanket fixing dep rules so just worth double checking where possible.
@@ -78,7 +78,7 @@ export const AutocompleteModalField = ({ | |||
setLabel(null); | |||
} | |||
})(); | |||
}, [value]); | |||
}, [value, refDataType, suggester]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eek some of these ones scare me they have caused issues in past when applying exhaustive deps lint rules to a codebase. I think best to check these ones if possible in testing
Changes
Well this was meant to be a different thing. I was working in some other place and wasn't feeling all the warnings. Plus, I ended up resolving some other lint issues from GitHub.
Deploys