We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When connecting with walletconnect, it throws the following error
The text was updated successfully, but these errors were encountered:
It seems require is in node and not supported client side - although, there are options like require.js or browserify if we want to support it
require
Sorry, something went wrong.
This is a vite-specific issue—it's a modern build tool and doesn't use the older require syntax. When packages use require, we basically have to polyfill it with something like this: https://github.com/originjs/vite-plugins/tree/main/packages/vite-plugin-commonjs
See this issue fore more info: vitejs/vite#3409 (not sure why it only happens with WC though)
Ah this seems more relevant to us: vitejs/vite#4593
@mds1 ^ ah yeah that does seem more relevant - although, not sure how he resolved the issue
metafraction
Successfully merging a pull request may close this issue.
When connecting with walletconnect, it throws the following error
The text was updated successfully, but these errors were encountered: