const signTransaction= async(acctToSign, trans) => {
let res = await hashconnect.value.sign(topic.value, acctToSign, trans)
await hashconnect.showResultOverlay(res)
}
im trying to sign simple data eg "Hello"
The hashconnect window pops up but the Approve button doesnt work.
This is the error in the hashpack console.
vendor.eadd540058e19bbc.js:5 Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'socialType')
TypeError: Cannot read properties of undefined (reading 'socialType')
The hashconnect window pops up but the Approve button doesnt work.
This is the error in the hashpack console.
vendor.eadd540058e19bbc.js:5 Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'socialType') TypeError: Cannot read properties of undefined (reading 'socialType')
Any help would be appeciated. Thank you