Skip to content

Commit f327f7e

Browse files
committed
type
1 parent eca3420 commit f327f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberHostContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function getHostContext(): HostContext {
7171
return context;
7272
}
7373

74-
function pushHostContext(fiber: Fiber) {
74+
function pushHostContext(fiber: Fiber): void {
7575
const context: HostContext = requiredContext(contextStackCursor.current);
7676
const nextContext = getChildHostContext(context, fiber.type);
7777

0 commit comments

Comments
 (0)