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
Deprecated package errors should not show up when using web3
Current Behavior
These messages show up, even though we aren't using either of them directly.
web3-shh package will be deprecated in version 1.3.5 and will no longer be supported.
web3-bzz package will be deprecated in version 1.3.5 and will no longer be supported.
This is a known issue and is on the web3 side. There is a release candidate out that fixes these warnings.
web3 houses those two packages. I would imagine that that warning shows up for anyone using web3, so it’s not something that we can control unless we only import just the web3 modules that we use. web3/web3.js#3898
Looks like if we upgrade to 1.3.5-rc.0 it will get rid of the warning web3/web3.js#3917
The text was updated successfully, but these errors were encountered:
Expected Behavior
Deprecated package errors should not show up when using web3
Current Behavior
These messages show up, even though we aren't using either of them directly.
This is a known issue and is on the web3 side. There is a release candidate out that fixes these warnings.
web3 houses those two packages. I would imagine that that warning shows up for anyone using web3, so it’s not something that we can control unless we only import just the web3 modules that we use.
web3/web3.js#3898
Looks like if we upgrade to 1.3.5-rc.0 it will get rid of the warning web3/web3.js#3917
The text was updated successfully, but these errors were encountered: