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

Feature/layout changes #82

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Feature/layout changes #82

wants to merge 5 commits into from

Conversation

ShrawanBK
Copy link
Contributor

No description provided.

@thenav56 thenav56 requested a review from tnagorra September 1, 2020 09:48
@ShrawanBK ShrawanBK force-pushed the feature/layout-changes branch from c1ae429 to 47b5b7d Compare September 2, 2020 10:52
@ShrawanBK ShrawanBK force-pushed the feature/layout-changes branch from 47b5b7d to 61119e3 Compare September 8, 2020 08:23
Comment on lines +702 to +704
const healthNutritionWithName = this.getDonutDataWithName(healthNutrition);
const educationInvolvementWithName = this.getDonutDataWithName(educationInvolvement);
const childMonitoringVizDataWithName = this.getDonutDataWithName(childMonitoringVizData);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calling the same memoized function with three different values consecutively results in cache miss every time.

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.

3 participants