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(haste-map): multiple resolutions on failure #12420

Merged
merged 2 commits into from Feb 18, 2022
Merged

fix(haste-map): multiple resolutions on failure #12420

merged 2 commits into from Feb 18, 2022

Commits on Feb 17, 2022

  1. fix(haste-map): multiple resolutions on failure

    When hitting any error, the result callback would be invoked with an intermediate result. There could still be active searches, that later invoke the callback with the final result. This multi-resolution introduces race conditions and corrupts the haste map cache.
    oliversalzburg committed Feb 17, 2022
    Copy the full SHA
    a24d99a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Update CHANGELOG.md

    SimenB committed Feb 18, 2022
    Copy the full SHA
    62cb293 View commit details
    Browse the repository at this point in the history