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

Read constructor name more carefully #29954

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Commits on Jun 19, 2024

  1. Read constructor name more carefully

    Sometimes `constructor` happens to be the name of an unrelated property, or we may be dealing with a `Proxy` that intercepts every read. Verify the constructor is a function before using its name, and reset the name anyway if it turns out not to be serializable.
    
    Fixes some cases of the devtools crashing and becoming inoperable upon attempting to inspect components whose props are Hookstate `State`s.
    LoganDark committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c01e1a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    c12e720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bb2f4 View commit details
    Browse the repository at this point in the history
  3. fix: apply prettier

    hoxyq committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a436a40 View commit details
    Browse the repository at this point in the history