Skip to content

Commit e89d223

Browse files
rshestfacebook-github-bot
authored andcommitted
Remove misleading comment about RootTag type not being opaque
Summary: Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D40902247 fbshipit-source-id: 5ed8f69bb46e35d5250bd04898765ead500d7db6
1 parent 64c3906 commit e89d223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Libraries/ReactNative/RootTag.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import * as React from 'react';
1212

13-
// TODO: Make this into an opaque type.
1413
export opaque type RootTag = number;
1514

1615
export const RootTagContext: React$Context<RootTag> =

0 commit comments

Comments
 (0)