Remove enableComponentStackLocations#31764
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| return describeNativeComponentFrame(ctor, true); | ||
| } | ||
|
|
||
| export function describeFunctionComponentFrame(fn: Function): string { |
There was a problem hiding this comment.
@sebmarkbage we need to keep this old export to support old devtools versions right?
There was a problem hiding this comment.
DevTools has its own copy in DevToolsComponentStackFrame so it can be deleted.
There was a problem hiding this comment.
This export seems used by other places still though.
|
Comparing: 08dfd0b8053d8d712607d3f37ddbb4da00c351f1...5efb3ffcd32f778ff48d4d9c85092d6dbe163975 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
sebmarkbage
left a comment
There was a problem hiding this comment.
Lol. We're even on the next version after this one now with enableOwnerStacks.
Base off #31764 This has landed everywhere
This has landed everywhere