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: survey for table modal is blinking #1396

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Conversation

czgu
Copy link
Collaborator

@czgu czgu commented Jan 18, 2024

Given we were using useEffect to trigger the survey, there is a chance it gets called twice in a short period which causes survey to blink and disappear. Changed the trigger survey to be debounced instead to fix this.

@czgu czgu merged commit 6ddda71 into pinterest:master Feb 14, 2024
3 checks passed
@czgu czgu deleted the surveyfix branch February 14, 2024 22:26
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