File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -644,9 +644,6 @@ export function readContext<T>(context: ReactContext<T>): T {
644644 currentlyRenderingFiber . dependencies = {
645645 lanes : NoLanes ,
646646 firstContext : contextItem ,
647-
648- // TODO: This is an old field. Delete it.
649- responders : null ,
650647 } ;
651648 if ( enableLazyContextPropagation ) {
652649 currentlyRenderingFiber . flags |= NeedsPropagation ;
Original file line number Diff line number Diff line change @@ -644,9 +644,6 @@ export function readContext<T>(context: ReactContext<T>): T {
644644 currentlyRenderingFiber . dependencies = {
645645 lanes : NoLanes ,
646646 firstContext : contextItem ,
647-
648- // TODO: This is an old field. Delete it.
649- responders : null ,
650647 } ;
651648 if ( enableLazyContextPropagation ) {
652649 currentlyRenderingFiber . flags |= NeedsPropagation ;
You can’t perform that action at this time.
0 commit comments