Merge pull request #14927 from backstage/renovate/react-hookz-web-19.x
Update dependency @react-hookz/web to v19
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"@react-hookz/web": "^15.0.0",
|
||||
"@react-hookz/web": "^19.0.0",
|
||||
"@types/react-sparklines": "^1.7.0",
|
||||
"@types/react-text-truncate": "^0.14.0",
|
||||
"ansi-regex": "^6.0.1",
|
||||
|
||||
@@ -151,7 +151,7 @@ export function SidebarIntro(_props: {}) {
|
||||
starredItemsDismissed: false,
|
||||
recentlyViewedItemsDismissed: false,
|
||||
};
|
||||
const [dismissedIntro, setDismissedIntro] =
|
||||
const { value: dismissedIntro, set: setDismissedIntro } =
|
||||
useLocalStorageValue<SidebarIntroLocalStorage>(SIDEBAR_INTRO_LOCAL_STORAGE);
|
||||
|
||||
const { starredItemsDismissed, recentlyViewedItemsDismissed } =
|
||||
|
||||
Reference in New Issue
Block a user