-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
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
WalletConnect v2 does not work with SvelteKit+Vite (rollup) #864
Comments
+1 |
I'm having the same problem. Are there any good workarounds? |
@tfalencar as a temporary workaround, I was able to get it all running in sveltekit using these imports. Vite borks unless you import the
|
@tfalencar @yekta is this still an issue? |
@finessevanes I think its better to ask the walletconnect's development team if they solved the root cause of this issue. |
I’m closing this issue because it has been inactive for a few months. Please reopen if you still encounter this issue with the latest version :) |
SvelteKit + Web3Modal example: reown-com/web-examples#346 |
When trying to follow the tutorial on:
https://docs.walletconnect.com/2.0/quick-start/dapps/ethereum-provider
The following error appears:
500
Importing binding name 'PairingTypes' is not found.
moduleDeclarationInstantiation@[native code]
link@[native code]
linkAndEvaluateModule@[native code]
@[native code]
asyncFunctionResume@[native code]
@[native code]
promiseReactionJobWithoutPromise@[native code]
promiseReactionJob@[native code]
Steps to reproduce:
The text was updated successfully, but these errors were encountered: