We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR #1598 added a hook useUserSettingsLocalStorage which provides access to localStorage, need to add an optional prop for sessionStorage as well. ex: https://github.com/openshift/console/blob/master/frontend/packages/console-shared/src/hooks/useUserSettingsLocalStorage.ts
useUserSettingsLocalStorage
Note: we can talk to OCP team and get this hook exposed as part of SDK as well, instead of copying it on our end.
The text was updated successfully, but these errors were encountered:
cc @GowthamShanmugam @bipuladh
Sorry, something went wrong.
Console issue link: openshift/console#14393
No branches or pull requests
PR #1598 added a hook
useUserSettingsLocalStorage
which provides access to localStorage, need to add an optional prop for sessionStorage as well.ex: https://github.com/openshift/console/blob/master/frontend/packages/console-shared/src/hooks/useUserSettingsLocalStorage.ts
Note: we can talk to OCP team and get this hook exposed as part of SDK as well, instead of copying it on our end.
The text was updated successfully, but these errors were encountered: