We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca3420 commit f327f7eCopy full SHA for f327f7e
packages/react-reconciler/src/ReactFiberHostContext.js
@@ -71,7 +71,7 @@ function getHostContext(): HostContext {
71
return context;
72
}
73
74
-function pushHostContext(fiber: Fiber) {
+function pushHostContext(fiber: Fiber): void {
75
const context: HostContext = requiredContext(contextStackCursor.current);
76
const nextContext = getChildHostContext(context, fiber.type);
77
0 commit comments