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
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
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 ?
What problem does this new feature solve?
Other packages like
@walletconnect/sign-clienthas aumdfile to used directly without bundle tool.@walletconnect/modalhas a cdn file but it is in ESM format and can only be used withtype=module. I have to adddeferto my allscripttag.Describe the solution you'd like
Could the modal package provide a umd file to make it possible to use by cdn ?