Get rid of perf_hooks package in Flipper UI
Summary: perf_hooks is no longer needed as these APIs are widely available in both browser and electron. Still needed in unit tests, as they run from Node Reviewed By: lblasa, aigoncharov Differential Revision: D32648253 fbshipit-source-id: 5718ea99b57f96f6858311fd0815ad18c476c99e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9c913151bc
commit
2bf8ae2364
@@ -10,7 +10,6 @@
|
||||
import {FlexColumn, Button, styled, Text, FlexRow, Spacer} from '../ui';
|
||||
import React, {Component} from 'react';
|
||||
import {reportPlatformFailures} from 'flipper-common';
|
||||
import {performance} from 'perf_hooks';
|
||||
import {Logger} from 'flipper-common';
|
||||
import {IdlerImpl} from '../utils/Idler';
|
||||
import {
|
||||
|
||||
@@ -24,7 +24,6 @@ import {
|
||||
} from '../utils/exportData';
|
||||
import ShareSheetErrorList from './ShareSheetErrorList';
|
||||
import {reportPlatformFailures} from 'flipper-common';
|
||||
import {performance} from 'perf_hooks';
|
||||
import ShareSheetPendingDialog from './ShareSheetPendingDialog';
|
||||
import {getLogger} from 'flipper-common';
|
||||
import {resetSupportFormV2State} from '../reducers/supportForm';
|
||||
|
||||
Reference in New Issue
Block a user