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

Improved inspected element props with inline previews #17579

Merged
merged 3 commits into from
Dec 12, 2019

Commits on Dec 12, 2019

  1. Improved inspected element props with inline previews

    This mimics the inline preview shown by the brower console and dramatically improves the UX when inspecting deep values. I also updated tests to add more coverage for this new functionality.
    Brian Vaughn committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    745212a View commit details
    Browse the repository at this point in the history
  2. Cleaned up the DataView vs typed array check

    Brian Vaughn committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    3a75140 View commit details
    Browse the repository at this point in the history
  3. Added early bailouts to DevTools when generating preview strings for …

    …iterables/objects/arrays, to avoid doing unnecessary work
    Brian Vaughn committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b2c1380 View commit details
    Browse the repository at this point in the history