You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is reproducible with the latest Expo 52 default app and TypeScript 5.7:
npx create-expo-app my-app
cd my-app
npx tsc
The issue is not reproducible with Expo 51 and TypeScript 5.7:
npx create-expo-app my-app --template default@51
cd my-app
npx tsc
But on Expo Discord channel think that the issue is in the latest TypeScript because it is not reproducible with lower versions of TypeScript and latest Expo 52.
π Search Terms
Hi, from ts 5.7, I'm getting the same error as reported in #60132 but for
jsx: react-native
. Wheneven I use<></>
, I get the above errorπ Version & Regression Information
β― Playground Link
https://www.typescriptlang.org/play/?jsx=3&ts=5.7.2#code/JYWwDg9gTgLgBAbzgNWAUwO5wL5wGZQQhwDkUaAhgMYwC0AdhTMAG5okDcAUF2gB6RY+AK70awCPTgBhIpHpp6MABQBKBD3IxhUKQB4AfFzhw9qTAb0B6cxiMmz6O9dv3TVo9iA
π» Code
π Actual behavior
The fragment shows an error
π Expected behavior
This should work like ts 5.6 and shouldn't error
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: