fixed react-use

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-02-28 13:20:29 +01:00
parent 23f8e4bb0e
commit d088801eb2
3 changed files with 13 additions and 24 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
"@types/gapi.auth2": "^0.0.56",
"@types/gapi.client.calendar": "^3.0.10",
"@types/jest": "*",
"@types/node": "^14.14.32",
"@types/node": "*",
"@types/sanitize-html": "^2.6.2",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { useApi, storageApiRef } from '@backstage/core-plugin-api';
import { useObservable } from 'react-use';
import useObservable from 'react-use/lib/useObservable';
import { gcalendarPlugin } from '../plugin';