Rajesh Kanna

Results 6 comments of Rajesh Kanna

+1 Still not working on release

Please let me add the rock paper scissors projecy!

Hi, I have created a PR for my java algorithm #3

I found the issue. The satisfies operator was introduced with Typescript 4.9 and [babel supports this Typescript version since 7.20.0] [link](https://stackoverflow.com/questions/74677993/typescript-react-app-is-throwing-error-when-using-the-new-satisfies-operator-w) While this backward compatibility issue is fixed, you can...

UPDATE: Install new dev plugin : ”@babel/preset-typescript": "^7.23.3" the root cause is : satisfies is new keyword introduce in new ts version, so need to upgrade / install ts npm...