-
Notifications
You must be signed in to change notification settings - Fork 47.9k
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
[flags] remove enableOwnerStacks #32426
[flags] remove enableOwnerStacks #32426
Conversation
77946d4
to
4a1c5b4
Compare
4a1c5b4
to
4395e47
Compare
4395e47
to
c4da3fd
Compare
@@ -135,6 +135,7 @@ export function supportsConsoleTasks(fiber: Fiber): boolean { | |||
return !!fiber._debugTask; | |||
} | |||
|
|||
// TODO: clean this up? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sebmarkbage is it safe for me to delete this? Not sure about devtools versioning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it's not safe to delete because this is the feature detection whether this version of React supports owner stacks or not.
c4da3fd
to
66aa6a4
Compare
66aa6a4
to
886812d
Compare
886812d
to
73596c8
Compare
73596c8
to
5855c6d
Compare
Bassed off: #32425
Wait to land internally.
Commit to review.
This has landed everywhere