./node_modules/@hashgraph/hedera-wallet-connect/dist/lib/dapp/index.js:21:1
Module not found: Can't resolve '@walletconnect/qrcode-modal'
19 | */
20 | import { LedgerId, Transaction } from '@hashgraph/sdk';
> 21 | import QRCodeModal from '@walletconnect/qrcode-modal';
| ^
22 | import { WalletConnectModal } from '@walletconnect/modal';
23 | import SignClient from '@walletconnect/sign-client';
24 | import { getSdkError } from '@walletconnect/utils';
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./node_modules/@hashgraph/hedera-wallet-connect/dist/lib/index.js
./node_modules/@hashgraph/hedera-wallet-connect/dist/index.js
./node_modules/@buidlerlabs/hashgraph-react-wallets/lib/hWBridge/strategies/HWCConnectionStrategy.js
./node_modules/@buidlerlabs/hashgraph-react-wallets/lib/hWBridge/strategies/index.js
./node_modules/@buidlerlabs/hashgraph-react-wallets/lib/hWBridge/index.js
./node_modules/@buidlerlabs/hashgraph-react-wallets/lib/index.js
./src/providers/WalletProvider.tsx
When I follow the getting started guide I receive below error when I checked the module seems like @walletconnect/qrcode-modal is deprecated https://www.npmjs.com/package/@walletconnect/qrcode-modal