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
Note that web3.utils.isBigNumberis available, but using it only via the web3-utils, (without importing the entire web3), e.g. import { isBigNumber } from 'web3-utils'; fails.
isBigNumber
is not available inweb3-utils
Note that
web3.utils.isBigNumber
is available, but using it only via theweb3-utils
, (without importing the entire web3), e.g.import { isBigNumber } from 'web3-utils';
fails.This could be due to the missing export here https://github.com/ethereum/web3.js/blob/f8cb5c63b84f9a7c9803204658d75d9173ca949d/packages/web3-utils/src/index.js#L287?
Versions
The text was updated successfully, but these errors were encountered: