keplr-wallet icon indicating copy to clipboard operation
keplr-wallet copied to clipboard

Update react.qrcode version (wc-qrcode-modal)

Open ap-justin opened this issue 1 year ago • 1 comments

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 avatar Jul 05 '23 16:07 ap-justin

@ap-justin Thanks for letting us know. I'll check it out and apply it.

HeesungB avatar Jul 27 '23 08:07 HeesungB