Uncaught TypeError: Class extends value undefined is not a constructor or null - React

Hi Team, I downloaded the react-evm-modal-example from the below path
react-evm-modal-example and I’m getting the below error on when im trying to launch with npm run start
Uncaught TypeError: Class extends value undefined is not a constructor or null
Please help me on this.
Please find the below details

  • SDK Version: 5.2.0
  • Platform: React
  • Browser Console Screenshots:
    image

Hello @suryaauth0,

I was wondering if you could assist me by trying out the steps below and sharing the outcomes with me?

  1. Please download the files by entering the command below in your terminal.
npx degit Web3Auth/web3auth-pnp-examples/web-modal-sdk/evm/react-evm-modal-example w3a-modal-evm-react
  1. After downloading, please install and run the files using the commands below in your terminal.
cd w3a-modal-evm-react
npm install
npm run start
  1. When you run the files, it will open http://localhost:3000, and you can login and use the app.

Thank you for your help!