-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Link to minimal reproducible example
use const { walletProvider } = useAppKitProvider("solana");
Summary
the solana provider is saying proxyState is not iterable also i am facing some unknow error on new version its not showing the wallets when we remove phantom and solflare wallets from config file check screenshot
Please use proxy object
⨯ TypeError: proxyState is not iterable
at ProjectPage (app[chain][projectName]\page.tsx:175:57)
173 | "pending" | "success" | "error" | null
174 | >(null);
175 | const { walletProvider } = useAppKitProvider("solana");
| ^
176 | const [logs, setLogs] = useState<TLog[]>([]);
177 | const CollectioncontractAddress = projectData[0]?.smartContractAddress;
178 | const ContractAddress = projectData[0]?.nativeContrcatAddress; {
digest: '2260673209'
}
List of related npm package versions
"@reown/appkit": "^1.7.4",
"@reown/appkit-adapter-solana": "^1.7.4",
Node.js Version
v1.7.4
Package Manager
npm
