(0 , _walletconnect_logger__WEBPACK_IMPORTED_MODULE_3__.pino) is not a function
See original GitHub issueDescribe the bug A typings error after after initilization universalProvider
SDK Version (if relevant) “typescript”: “^4.7.2”, “@angular/core”: “^14.0.0”, “@walletconnect/universal-provider”: “^2.1.2”,
To Reproduce
To reproduce the behavior follow this:
const provider = await UniversalProvider.init({ projectId: '2189389217bSJHDudyaw89dasd', });
Create a new application Install the above packages Run script
“TypeError: (0 , walletconnect_logger__WEBPACK_IMPORTED_MODULE_3_.pino) is not a function at new l (http://localhost:4200/vendor.js:273046:216) at http://localhost:4200/vendor.js:273053:17 at Generator.next (<anonymous>) at asyncGeneratorStep (http://localhost:4200/vendor.js:608993:24) at _next (http://localhost:4200/vendor.js:609015:9) at http://localhost:4200/vendor.js:609022:7 at new ZoneAwarePromise (http://localhost:4200/polyfills.js:11900:21) at http://localhost:4200/vendor.js:609011:12 at l.init (http://localhost:4200/vendor.js:273055:7) at http://localhost:4200/main.js:7073:105”
Issue Analytics
- State:
- Created 10 months ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
This should now be patched in
2.1.3
/@latest
: https://github.com/WalletConnect/walletconnect-monorepo/releases/tag/2.1.3Please let us know if you are still able to reproduce the issue.
cc @khoanguyen-yang, @sett21
Thanks! All working fine!
пн, 14 нояб. 2022 г. в 15:20, Zeeshan Ahmad Khalil @.***