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

[Logs UI] Fix errors during navigation #78319

Merged
merged 9 commits into from
Nov 9, 2020

Commits on Oct 13, 2020

  1. Ignore canceled promises

    afgomez authored and Alejandro Fernández Gómez committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    24286bb View commit details
    Browse the repository at this point in the history
  2. Avoid setting log entries state if parent component is unmounted

    afgomez authored and Alejandro Fernández Gómez committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b36f7f0 View commit details
    Browse the repository at this point in the history
  3. Avoid setting log module state if parent components are not mounted

    afgomez authored and Alejandro Fernández Gómez committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f3098a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    43f98d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    cae268f View commit details
    Browse the repository at this point in the history
  2. Add flag to useTrackedPromise

    The new flag will determine if the callbacks will trigger or the errors
    will throw if the component using the hook is not mounted. By default
    they will only trigger if it is.
    afgomez authored and Alejandro Fernández Gómez committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    544e1dc View commit details
    Browse the repository at this point in the history
  3. Revert "Avoid setting log module state if parent components are not m…

    …ounted"
    
    This reverts commits:
    - f3098a5.
    - 24286bb.
    afgomez authored and Alejandro Fernández Gómez committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    fb579e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    0d2a91b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    911df0b View commit details
    Browse the repository at this point in the history