Open SrBrahma opened 3 years ago
@SrBrahma Thanks for reporting this!
This appears related to the Monaco Editor, which needs to be upgraded. But we are currently blocked on this due and need to make additional upgrades to make that happen.
Are you blocked again? Because in 2022 Snack still doesn't seem to use TypeScript >= 4
@thomashagstrom I'll take a look at this this week :)
danstepanov
An eternity later but still nothing 🤔 ?
Summary
I have this snack code for my lib: https://snack.expo.dev/@srbrahma/react-native-shadow-2-sandbox
And there are Typescript errors for like Labeled Tuples, a feature from TS4 and that my lib uses. So, the .ts/.tsx interpreter isn't Typescript >= 4.0.0.
I can't install in the deps there the for example "typescript": 4.4.3, it will be loading for ever its installation.
What platform(s) does this occur on?
Web
SDK Version
42
Reproducible demo or steps to reproduce from a blank project
Access https://snack.expo.dev/@srbrahma/react-native-shadow-2-sandbox and see the errors, in like
range={[0, 200]}
, as it's defined as a Labeled Tuple in the library.