Closed fadeev closed 3 months ago
Template: https://github.com/zeta-chain/template/pull/63
When you add components to page.tsx they can't access wagmi:
page.tsx
WagmiProviderNotFoundError: `useConfig` must be used within `WagmiProvider`.
Even though components are clearly nested under the wagmi provider in the template:
https://github.com/zeta-chain/template/blob/f044047fab84d5fa576c5ade12ddce37e4c6f9ac/web/src/app/providers.tsx#L14-L18
Template: https://github.com/zeta-chain/template/pull/63
When you add components to
page.tsx
they can't access wagmi:Even though components are clearly nested under the wagmi provider in the template:
https://github.com/zeta-chain/template/blob/f044047fab84d5fa576c5ade12ddce37e4c6f9ac/web/src/app/providers.tsx#L14-L18