Shubham Patel
Results
2
comments of
Shubham Patel
It's Due to version of typescript below 3.5.1. Go to package.json -> search "typescript" and change version to 3.5.1 Save package.json and run npm install Worked for me.
@lcyoong I think I found the work-around. In my case I wanted to use single function to create a user if not exists and send OTP for login. When new...