x0good
x0good
I also noticed broken links where check ETH assets in https://ethereum.org/en/assets/#brand in website https://ethereum.org/en/images/assets/svgs/eth-diamond-rainbow.svg --> correct https://ethereum.org/images/assets/svgs/eth-diamond-rainbow.svg
I have the same issue (appkit 1.4.1 version). Set Wagmi according https://docs.reown.com/appkit/next/core/installation#wagmi-config ``` //Set up the Wagmi Adapter (Config) export const wagmiAdapter = new WagmiAdapter({ storage: createStorage({ storage: cookieStorage }),...
> @x0good can you confirm that is working in latest ? 1.5.3 ? I fixed my usecase and already created MR here https://github.com/reown-com/reown-docs/pull/177
I received this error `Property 'w3m-button' does not exist on type 'JSX.IntrinsicElements'` after upgrading from nextjs 14 --> 15 and react 18 -> 19-rc
@webel yes, with appkit-button the same warning in vscode > Property 'appkit-button' does not exist on type 'JSX.IntrinsicElements'