Skip to content

Commit bb6391d

Browse files
committed
null reason
1 parent 675052c commit bb6391d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-art/src/ReactFiberConfigART.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ export function waitForCommitToBeReady(timeoutOffset) {
622622
}
623623

624624
export function getSuspendedCommitReason(state, rootContainer) {
625-
return '';
625+
return null;
626626
}
627627

628628
export const NotPendingTransition = null;

0 commit comments

Comments
 (0)