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

Loading spinner not appearing or animating consistently #236

Closed
tconbeer opened this issue Sep 20, 2023 · 1 comment
Closed

Loading spinner not appearing or animating consistently #236

tconbeer opened this issue Sep 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@tconbeer
Copy link
Owner

tconbeer commented Sep 20, 2023

See #235

I thought we fixed this but we must be missing a yield to the main event loop somewhere.

To repro:

create table foo as (
    select *
    from lap_times
    join drivers using (driverid)
    join races using (raceid)
)
@tconbeer tconbeer added the bug Something isn't working label Sep 20, 2023
@tconbeer
Copy link
Owner Author

Upgrade to 0.40 and use the new loading=true reactive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant