Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

MVP hooks support #1272

Merged
merged 11 commits into from
Jan 14, 2019
Merged

Commits on Jan 9, 2019

  1. Support hooks

    Brian Vaughn committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    3e60854 View commit details
    Browse the repository at this point in the history
  2. Ensure that hooks inspection is being done for the current fiber (sin…

    …ce "opaque node" just points to whichever fiber happened to be created first for the pair)
    Brian Vaughn committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    46f69d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Support useDebugValueLabel() hook

    Brian Vaughn committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b5ac442 View commit details
    Browse the repository at this point in the history
  2. Rename useImperativeMethods -> useImperativeHandle

    Brian Vaughn committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7b07dae View commit details
    Browse the repository at this point in the history
  3. Rename useDebugValueLabel -> useDebugValue

    Brian Vaughn committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9c29ee0 View commit details
    Browse the repository at this point in the history
  4. Copied over changes from React PR

    Brian Vaughn committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    21ab2e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Fixed some edge case UI bugs with hooks updates

    Brian Vaughn committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    f1a92de View commit details
    Browse the repository at this point in the history
  2. Don't show undefined value for unlabeled custom hooks

    Brian Vaughn committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b3de585 View commit details
    Browse the repository at this point in the history
  3. Fix typo (== -> ===)

    Brian Vaughn committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    a89784d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Don't show state for Fibers using hooks in Profiler

    We can't show hooks values either, unfortunately, since we can't use the ReactDebugHooks util for stale fibers because their props will have changed.
    Brian Vaughn committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    f456a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f4fcc View commit details
    Browse the repository at this point in the history