import this ->
import { useLocalStorage,useSessionStorage } from 'browser_storage_hook_react';uses ->
const [value, setValue] = useLocalStorage('key', 'defaultValue');
const [value, setValue] = useSessionStorage('key', 'defaultValue');
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)