Is there any way to use web3Auth integration with Reactjs without typescript

I'm using React with Javascript. Whenever I import @web3auth/modal, it gives me the error "webpack < 5 used to include polyfills". I resolved this by adding config-overrides.js file. Please guide me if I can use web3auth without typescript.

React version 18.2.0, react-scripts 5.0.1, @web3auth/modal 4.1.0-alpha.0 and web3: 1.8.1.



Originally posted by: naumanmaalik

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1035
1 Like

You can follow this tutorial, implementation of web3Auth in ReactJs.
Link: https://www.youtube.com/watch?v=7MkkDVLU_oY&t=127s&ab_channel=TahirAhmad



Originally posted by: tahirahmadin

Rollback web3 to 1.7.x and try



Originally posted by: atchrispinto