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
@Ni55aN
I may not be able to do anything for the typescript transformer, and not consider the syntax of typescript at the beginning of development. And for this case, you can declare item before used, like this:
declareletitem: any;
It is not recommended to use x-for in typescript now.
There is a difference between Javascript and Typescript in the AST tree. For better support, it may be rewritten for Typescript in the future.
As I understand, a TypeScript transformer is needed to solve this problem. Are you planning to create it in the future?
Application created with
create-react-app --typescript
Config extended with
react-app-rewired
.babelrc
The text was updated successfully, but these errors were encountered: