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

Exclude forwardRef and memo from stack frames #18559

Merged
merged 1 commit into from Apr 9, 2020

Commits on Apr 9, 2020

  1. Exclude forwardRef and memo from stack frames

    We can't patch the row. We could give these their own "built-in" stack
    frame since they're conceptually HoCs. However, from a debugging
    perspective this is not very useful meta data and quite noisy. So I'm
    just going to exclude them.
    sebmarkbage committed Apr 9, 2020
    Copy the full SHA
    e1885ab View commit details
    Browse the repository at this point in the history