question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(0 , _walletconnect_logger__WEBPACK_IMPORTED_MODULE_3__.pino) is not a function

See original GitHub issue

Describe 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:closed
  • Created 10 months ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

8reactions
bkremcommented, Nov 14, 2022

This should now be patched in 2.1.3/@latest: https://github.com/WalletConnect/walletconnect-monorepo/releases/tag/2.1.3

Please let us know if you are still able to reproduce the issue.

cc @khoanguyen-yang, @sett21

1reaction
sett21commented, Nov 14, 2022

Thanks! All working fine!

пн, 14 нояб. 2022 г. в 15:20, Zeeshan Ahmad Khalil @.***

:

Working fine in 2.1.3 thank you

— Reply to this email directly, view it on GitHub https://github.com/WalletConnect/walletconnect-monorepo/issues/1634#issuecomment-1313687786, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRU5GYNIQCZ5U6R3FOHVMTWII4CFANCNFSM6AAAAAAR7WY43A . You are receiving this because you were mentioned.Message ID: @.***>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pino is not a function - TypeScript · Issue #543 - GitHub
Hi!, i'm doing a migration of a project to TypeScript and it uses Pino.js but it says Pino is not a function.
Read more >
Setting Pino level gives me 'log_1.default.level is not a function'
It works fine, but I want to limit the log level when it goes into production. The utility file, util/log.js is set up...
Read more >
Pino
Super fast, all natural JSON logger for Node.js.
Read more >
pino - npm
The transmit.level property specifies the minimum level (inclusive) of when the send function should be called, if not supplied the send ...
Read more >
A Complete Guide to Pino Logging in Node.js - Better Stack
This code requires the pino package and exports a pino() function that takes ... The use of pino-pretty is not recommended in production, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found