Merged in fix/rename-sessionid (pull request #1177)
fix: rename sessionId storage name to avoid conflict with current web * fix: rename sessionId storage name to avoid conflict with current web
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { nanoid } from "nanoid"
|
||||
import { useMemo } from "react"
|
||||
|
||||
const storageKey = "sessionId"
|
||||
const storageKey = "web_sessionId"
|
||||
|
||||
export function useSessionId(): string | null {
|
||||
const sessionId = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user