On the following page: https://docs.metamask.io/wallet/how-to/connect/set-up-sdk/javascript/pure-js/
the line: const MMSDK = new MetaMaskSDK()
should be: const MMSDK = new MetaMaskSDK.MetaMaskSDK()
There may be other instances in the docs where this will need to be updated
On the following page: https://docs.metamask.io/wallet/how-to/connect/set-up-sdk/javascript/pure-js/
the line:
const MMSDK = new MetaMaskSDK()should be:
const MMSDK = new MetaMaskSDK.MetaMaskSDK()There may be other instances in the docs where this will need to be updated