Skip to content

Commit 1364b77

Browse files
committed
Remove unused TODO
1 parent 7b48468 commit 1364b77

File tree

1 file changed

+0
-1
lines changed
  • packages/react-devtools-shared/src/backend/views/Highlighter

1 file changed

+0
-1
lines changed

packages/react-devtools-shared/src/backend/views/Highlighter/Highlighter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export function showOverlay(
3535
agent: Agent,
3636
hideAfterTimeout: boolean,
3737
) {
38-
// TODO (npm-packages) Detect RN and support it somehow
3938
if (window.document == null) {
4039
if (elements != null && elements[0] != null) {
4140
agent.emit('showNativeHighlight', elements[0]);

0 commit comments

Comments
 (0)