Share uuid
Summary: Expose uuid from flipper-common as it is required in multiple packages Reviewed By: lblasa Differential Revision: D36441889 fbshipit-source-id: 1fa539cb437976dbefe7d5d9a52e5e098a6402a7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
88bc3110a5
commit
0f038218f8
@@ -10,7 +10,7 @@
|
||||
import React, {useMemo} from 'react';
|
||||
import {Children, cloneElement, createContext, useContext} from 'react';
|
||||
import reactElementToJSXString from 'react-element-to-jsx-string';
|
||||
import {v4 as uuid} from 'uuid';
|
||||
import {uuid} from 'flipper-common';
|
||||
|
||||
export type InteractionReport = {
|
||||
// Duration of the event handler itself, not including any time the promise handler might have been pending
|
||||
|
||||
Reference in New Issue
Block a user