useStorage custom storage instance error
Hi I tried using this code example from documentation
but I'm getting this error
but I'm getting this error

const [hailingFrequency] = useStorage({
key: "hailing",
instance: new Storage({
area: "local"
})
})