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: restore original user store poll on leaving workspace details #8702

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. fix: restore original user store poll on leaving workspace details

    this fixes an issue where the user store would cease polling when
    leaving the workspace details page. we start polling the user store
    at 10s (up from 60s) when getting to the workspace details page. by default, the
    `startPolling` function returns a cleanup function that stops polling
    altogether on unmount, so the user store would stop polling when the user
    leaves the workspace details page. this fixes that by instead polling at
    the original amount on unmount
    ashtonG committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2630f1e View commit details
    Browse the repository at this point in the history