What if i want to use web3auth without "SafeEventEmitterProvider"?

If we are using Javascript for our project like in ReactJs and we want to use web3 auth then is it necessary to use typescript in that particular module? because it is using "SafeEventEmitterProvider" kind of stuff.



Originally posted by: ankitthakur888antr

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1105

It's not necessary to use TypeScript, it's just that we recommend using TypeScript so it's easier for you to build and debug. All our libraries can be operated using JS as well.



Originally posted by: Saviour1001