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
This issue will keep track of the updates needed in the dependencies we use, in order to achieve full compatibility with Snowpack and webpack 5.
The two main issues are the way modules are exported, and the fact that they import native Node modules, requiring polyfills (which both Snowpack and webpack 5 don’t provide by default).
This issue will keep track of the updates needed in the dependencies we use, in order to achieve full compatibility with Snowpack and webpack 5.
The two main issues are the way modules are exported, and the fact that they import native Node modules, requiring polyfills (which both Snowpack and webpack 5 don’t provide by default).
web3-react
: replace Node imports (pull request).@web3-react/frame-connector
:ethereum-provider
: replace Node imports (pull request).eth-provider
: replace Node imports (pull request).eth-provider
: use updatedethereum-provider
(commit).@web3-react/frame-connector
: use updatedeth-provider
.@web3/walletconnect-connector
:@walletconnect/web3-provider
: replace web3-provider-engine](Migrate away from web3-provider-engine WalletConnect/walletconnect-monorepo#310).@walletconnect/http-connection
: replace Node imports (pull request).@walletconnect/web3-provider
: use updated@walletconnect/http-connection
.@web3/walletconnect-connector
: use updated@walletconnect/web3-provider
.@web3-react/portis-connector
:@portis/web3
: replace web3-provider-engine (issue).@web3-react/portis-connector
: use updated@portis/web3
.@web3-react/walletlink-connector
:walletlink
: replace Node imports (issue).@web3-react/walletlink-connector
: use updatedwalletlink
.@web3-react/torus-connector
:@toruslabs/torus-embed
: remove use ofeval()
.@web3-react/torus-connector
: use updated@toruslabs/torus-embed
.The text was updated successfully, but these errors were encountered: