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
I've created the bundle with webpack and console.log(web3.eth.net) returns the expected Network class. Be sure browserify is using the umd bundle of Web3.js. Because it isn't an issue of Web3.js itself do I close this issue now.
Expected behavior
web3.eth.net should not be undefined
Actual behavior
web3.eth.net is undefined
Steps to reproduce the behavior
[First step]
Bundle one of the build files in web3.js/packages/web3/dist (ex: using browserify)
[Second step]
Include on the page
[and so on...]
web3.eth.net is undefined and per documentation it should not https://web3js.readthedocs.io/en/1.0/web3-eth-net.html
The text was updated successfully, but these errors were encountered: