keplr-wallet
keplr-wallet copied to clipboard
Update react.qrcode version (wc-qrcode-modal)
installing @keplr-wallet/wc-qrcode-modal
gives this error when used with react 18
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: qrcode.react@npm:1.0.1 [cb7c5] → ^15.5.3 || ^16.0.0 || ^17.0.0 ✘
found version of qrcode
is outdated
// packages/wc-qrcode-modal/package.json
"qrcode.react": "^1.0.1"
should update to latest version
@ap-justin Thanks for letting us know. I'll check it out and apply it.