Web3auth issues with Moralis

Previously left inquiries

It asks me to create a new inquiry, so I create a new one.

"dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.1.1",
    "@fortawesome/free-solid-svg-icons": "^6.1.1",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.43",
    "@types/react": "^18.0.14",
    "@types/react-dom": "^18.0.5",
    "@walletconnect/web3-provider": "^1.8.0-rc.0",
    "@web3-react/core": "^6.1.9",
    "@web3-react/walletlink-connector": "^6.2.14",
    "@web3auth/base": "^7.0.4",
    "@web3auth/web3auth": "^2.1.3",
    "aws-amplify": "^4.3.27",
    "i18next": "^21.9.2",
    "magic-sdk": "^8.1.1",
    "moralis": "^1.11.0",
    "postcss-cli": "^10.0.0",
    "postcss-import": "^15.0.0",
    "postcss-prefix-selector": "^1.16.0",
    "react": "^18.2.0",
    "react-device-detect": "^2.2.2",
    "react-dom": "^18.2.0",
    "react-i18next": "^11.18.6",
    "react-modal": "^3.15.1",
    "react-moralis": "^1.4.0",
    "react-scripts": "5.0.1",
    "react-spinners": "^0.13.3",
    "react-to-webcomponent": "^2.0.0-alpha.0",
    "react-toastify": "^9.0.5",
    "swiper": "^8.4.5",
    "typescript": "^4.7.4",
    "uniqid": "^5.4.0",
    "web-vitals": "^2.1.4"
  },

The above is my package.

@web3auth/base”: “^7.0.4” I upgraded to

I get the same error.

I use ‘web3auth’ which is inside Moralis.

Is there any way to work around this?

@seungseok Thanks for your patience.

@web3auth/web3auth is deprecated. It is called @web3auth/modal now.

You will need tp upgrade to the latest V7 SDK version:

Migration guide - PnP Modal SDK - v6 to v7 | Documentation | Web3Auth

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.