Migrate InteractionTracker
Summary: N.B. There was one duplicate definition which TS rightfully complained about. Reviewed By: danielbuechele Differential Revision: D16764036 fbshipit-source-id: 498e4703c2363b19a3bdfa44527bde5000034095
This commit is contained in:
committed by
Facebook Github Bot
parent
e7cf4380bc
commit
93467193ad
@@ -10,7 +10,7 @@ import type {
|
||||
Element,
|
||||
ElementSearchResultSet,
|
||||
} from './ElementsInspector.js';
|
||||
import {reportInteraction} from '../../../utils/InteractionTracker';
|
||||
import {reportInteraction} from '../../../utils/InteractionTracker.tsx';
|
||||
import ContextMenu from '../ContextMenu.js';
|
||||
import {PureComponent, type Element as ReactElement} from 'react';
|
||||
import FlexRow from '../FlexRow.js';
|
||||
|
||||
Reference in New Issue
Block a user