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

fix(perf): Fix eventView move causing chart issues #29779

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Nov 4, 2021

Summary

Moving the eventView outside of the memoization was causing both memoized functions to modify the same eventView, which meant the chart was getting extra conditions, causing it to not render.

Moving the eventView outside of the memoization was causing both memoized functions to modify the same eventView, which meant the chart was getting extra conditions, causing it to not render.
@k-fish k-fish requested a review from a team as a code owner November 4, 2021 13:14
@k-fish k-fish enabled auto-merge (squash) November 4, 2021 13:28
@k-fish k-fish merged commit 122fbd2 into master Nov 4, 2021
@k-fish k-fish deleted the fix/perf-landing-v3-epm-chart branch November 4, 2021 14:31
@github-actions github-actions bot locked and limited conversation to collaborators Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants