use correct import of useobersvable
Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"react-use": "^17.4.0"
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.0-next.2",
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ import {
|
||||
} from '@backstage/core-components';
|
||||
import { newRelicDashboardApiRef } from '../../../api';
|
||||
import { DashboardSnapshotSummary } from '../../../api/NewRelicDashboardApi';
|
||||
import { useObservable } from 'react-use';
|
||||
import useObservable from 'react-use/lib/useObservable';
|
||||
|
||||
type Props = {
|
||||
guid: string;
|
||||
|
||||
Reference in New Issue
Block a user