Skip to content
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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

NavarroEmilioLuis
Copy link
Contributor

@NavarroEmilioLuis NavarroEmilioLuis commented Feb 2, 2025

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

  • Deploy to Tamanu Internal

@NavarroEmilioLuis NavarroEmilioLuis changed the title tweak(models): Model cleanup 270125 tweak(mobile): Mobile small cleanup 270125 Feb 10, 2025
@NavarroEmilioLuis NavarroEmilioLuis force-pushed the tweak/no-issue-model-cleanup-270125 branch from 2bca320 to ab86760 Compare February 18, 2025 00:22
@NavarroEmilioLuis NavarroEmilioLuis marked this pull request as ready for review February 18, 2025 00:48
Copy link
Contributor

@dannash100 dannash100 left a 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]);
Copy link
Contributor

@dannash100 dannash100 Feb 18, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants