Use esm exports from react-use library
Signed-off-by: Tomasz Szuba <tszuba@box.com>
This commit is contained in:
committed by
Tomasz Szuba
parent
7825762f90
commit
e8f026a300
+1
-1
@@ -33,7 +33,7 @@ import {
|
||||
EmptyState,
|
||||
Link,
|
||||
} from '@backstage/core-components';
|
||||
import useAsync from 'react-use/lib/useAsync';
|
||||
import useAsync from 'react-use/esm/useAsync';
|
||||
import { periskopApiRef } from '../../plugin';
|
||||
import { AggregatedError, NotFoundInInstance } from '../../types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user