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
The relevant document page is here.
In the Smart Contract Interaction section, the example code uses hook that are only available in React, specifically useAppKitAccount and useAppKitProvider.
Further more, up on checking the source code, I think the example usage of useAppKitProvider is incorrect too, as useAppKitProvider does not include a connection member in the returned object.
The text was updated successfully, but these errors were encountered:
Describe the bug
The relevant document page is here.
In the Smart Contract Interaction section, the example code uses hook that are only available in React, specifically
useAppKitAccount
anduseAppKitProvider
.Further more, up on checking the source code, I think the example usage of
useAppKitProvider
is incorrect too, asuseAppKitProvider
does not include a connection member in the returned object.The text was updated successfully, but these errors were encountered: