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

[Bugfix] Pending state is always user-blocking #17382

Merged
merged 1 commit into from Nov 15, 2019

Commits on Nov 15, 2019

  1. [Bugfix] Pending state is always user-blocking

    Fixes a bug where `isPending` is only set to `true` if `startTransition`
    is called from inside an input event. That's usually the case, but
    not always.
    
    Now it works regardless of where you call it.
    acdlite committed Nov 15, 2019
    Copy the full SHA
    c292c83 View commit details
    Browse the repository at this point in the history