Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-wallet-v2: build warning for missing 'bridge' in MultibridgeRequestModal.tsx #715

Open
dianasavvatina opened this issue Sep 19, 2024 · 1 comment

Comments

@dianasavvatina
Copy link

Used version:

* 32f9df4 (HEAD -> 1, reown/main, origin/main, origin/HEAD) fix:remove duplicate chain declaration (#711)

Errors on build:

➜  react-wallet-v2 git: yarn build
yarn run v1.22.19
$ next build
info  - Loaded env from /Users/diana/src/web-examples/advanced/wallets/react-wallet-v2/.env.local
info  - Checking validity of types

./src/components/MultibridgeRequestModal.tsx
110:6  Warning: React Hook useCallback has a missing dependency: 'bridge'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

./src/components/RequestModal.tsx
76:6  Warning: React Hook useMemo has a missing dependency: 'disableThreatDetection'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@dianasavvatina and others