Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Mar 6, 2023
1 parent eca3420 commit f327f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberHostContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function getHostContext(): HostContext {
return context;
}

function pushHostContext(fiber: Fiber) {
function pushHostContext(fiber: Fiber): void {
const context: HostContext = requiredContext(contextStackCursor.current);
const nextContext = getChildHostContext(context, fiber.type);

Expand Down

0 comments on commit f327f7e

Please sign in to comment.