Walletconnect help

I’m trying to integrate walletconnect into my app in react.

I get an error in the console: buffer is not defined when pressing the button to initiate it.

Users want walletconnect in the app aswell as myalgo

This looks like an issue related to webpack/react/node.
Sometimes, upgrading nodejs package and/or ensuring that the right versions are used solve issues.
Some package versions are incompatible.

If you google "buffer is not defined" react, there are many potential answers that may or may not work.
Have you tried any?

Can you provide a minimal example that exhibits the issue?

This issue could help you

Thank you for your response!