web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

[chore]: Missing "UnsupportedChain" to Views

Open venturars opened this issue 6 months ago • 1 comments

Link to minimal reproducible example

https://imgur.com/a/Acrkk8u

Steps to Reproduce

const { open } = useAppKit();
useEffect(() => {
    open({ view: "UnsupportedChain" }); // Type '"UnsupportedChain"' is not assignable to type 'Views | undefined'
}, []);

Summary

UnsupportedChain’ should be accepted as a View type.

List of related npm package versions

"dependencies": { "@Beraborrowofficial/sdk": "2.3.3", "@emotion/react": "11.13.3", "@emotion/styled": "11.13.0", "@mui/icons-material": "5.16.7", "@mui/material": "5.16.7", "@reown/appkit": "1.7.8", "@reown/appkit-adapter-wagmi": "1.7.8", "@sentry/react": "8.50.0", "@sentry/vite-plugin": "3.0.0", "@tanstack/query-core": "5.59.6", "@tanstack/react-query": "5.59.6", "@wagmi/core": "2.16.4", "axios": "1.8.1", "jotai": "2.10.1", "jotai-effect": "1.0.3", "jotai-scope": "0.6.0", "jotai-tanstack-query": "0.8.8", "posthog-js": "1.170.1", "react": "18.3.1", "react-dom": "18.3.1", "react-error-boundary": "4.1.1", "react-gtm-module": "2.0.11", "react-router-dom": "6.27.0", "viem": "2.23.3", "wagmi": "2.14.11" }, "devDependencies": { "@types/node": "22.7.6", "@types/react": "18.3.1", "@types/react-dom": "18.3.1", "@types/react-gtm-module": "2.0.3", "@typescript-eslint/eslint-plugin": "8.9.0", "@typescript-eslint/parser": "8.9.0", "@typescript-eslint/utils": "8.9.0", "@vitejs/plugin-react": "4.3.2", "@vitejs/plugin-react-swc": "3.7.1", "dotenv": "16.4.5", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-react-refresh": "0.4.12", "prettier": "3.3.3", "sass": " 1.80.1", "typescript": "5.6.3", "vite": "5.4.9", "vite-bundle-visualizer": "1.2.1", "vite-plugin-pwa": "0.20.5" },

Node.js Version

v22.16.0

Package Manager

[email protected]

venturars avatar Jun 16 '25 09:06 venturars

hi @venturars why do you need to call this view ?

rtomas avatar Jun 19 '25 15:06 rtomas

Hello @rtomas, I had to use this view as a workaround for the issue described here: https://github.com/reown-com/appkit/issues/4511.

venturars avatar Jun 19 '25 15:06 venturars