You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try connecting through aptos connect and google, I am getting an error in the console after I sign the transaction: "deserializer.deserializeOptionStr is not a function"
I am using AptosWalletAdapterProvider with the config connected to testnet.
currently using these versions:
"@aptos-labs/wallet-adapter-ant-design": "3.0.21"
which uses:
"@aptos-labs/wallet-adapter-react": "3.7.7"
which uses:
"@aptos-labs/wallet-adapter-core": "4.22.1"
I am not having this issue on my old project that uses:
"@aptos-labs/wallet-adapter-ant-design": "^3.0.16"
"@aptos-labs/wallet-adapter-react": "3.7.2"
"@aptos-labs/wallet-adapter-core": "4.18.1"
Not really sure what to do here except rollback
The text was updated successfully, but these errors were encountered:
When I try connecting through aptos connect and google, I am getting an error in the console after I sign the transaction: "deserializer.deserializeOptionStr is not a function"
I am using AptosWalletAdapterProvider with the config connected to testnet.
currently using these versions:
"@aptos-labs/wallet-adapter-ant-design": "3.0.21"
which uses:
"@aptos-labs/wallet-adapter-react": "3.7.7"
which uses:
"@aptos-labs/wallet-adapter-core": "4.22.1"
I am not having this issue on my old project that uses:
"@aptos-labs/wallet-adapter-ant-design": "^3.0.16"
"@aptos-labs/wallet-adapter-react": "3.7.2"
"@aptos-labs/wallet-adapter-core": "4.18.1"
Not really sure what to do here except rollback
The text was updated successfully, but these errors were encountered: