You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other packages like @walletconnect/sign-client has a umd file to used directly without bundle tool. @walletconnect/modal has a cdn file but it is in ESM format and can only be used with type=module. I have to add defer to my all script tag.
Describe the solution you'd like
Could the modal package provide a umd file to make it possible to use by cdn ?
The text was updated successfully, but these errors were encountered:
What problem does this new feature solve?
Other packages like
@walletconnect/sign-client
has aumd
file to used directly without bundle tool.@walletconnect/modal
has a cdn file but it is in ESM format and can only be used withtype=module
. I have to adddefer
to my allscript
tag.Describe the solution you'd like
Could the modal package provide a umd file to make it possible to use by cdn ?
The text was updated successfully, but these errors were encountered: