Skip to content

Commit 8382ca6

Browse files
fix lint
1 parent 0f7a532 commit 8382ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export type ReactFabricType = {
201201
): PublicInstance | PublicTextInstance | null,
202202
getPublicInstanceFromRootTag(rootTag: number): PublicRootInstance | null,
203203
createPortal(
204-
children: React$MixedElement | null,
204+
children: React.Node,
205205
containerTag: number,
206206
key?: ?string,
207207
): React$Portal,

0 commit comments

Comments
 (0)