File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ const createReconciler = Reconciler as unknown as <
7979 // Undocumented
8080 // https://github.com/facebook/react/pull/26722
8181 NotPendingTransition : TransitionStatus | null
82+ HostTransitionContext : React . Context < TransitionStatus >
8283 // https://github.com/facebook/react/pull/28751
8384 setCurrentUpdatePriority ( newPriority : EventPriority ) : void
8485 getCurrentUpdatePriority ( ) : EventPriority
@@ -616,6 +617,7 @@ export const reconciler = createReconciler<
616617 suspendInstance ( ) { } ,
617618 waitForCommitToBeReady : ( ) => null ,
618619 NotPendingTransition : null ,
620+ HostTransitionContext : /* @__PURE__ */ React . createContext < HostConfig [ 'TransitionStatus' ] > ( null ) ,
619621 setCurrentUpdatePriority ( newPriority : number ) {
620622 currentUpdatePriority = newPriority
621623 } ,
You can’t perform that action at this time.
0 commit comments