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
After trying to debug why ts-migrate wasn't converting propTypes to types and just adding @ts-expected-error to the majority of my code.
So I decided to do a test to downgrade the typescript of my project from 5.0.2 to the same as ts-migrate 4.7.2 and everything started working properly and converting.
Are there any plans to add support to the latest typescript version?
The text was updated successfully, but these errors were encountered:
After trying to debug why ts-migrate wasn't converting propTypes to types and just adding @ts-expected-error to the majority of my code.
So I decided to do a test to downgrade the typescript of my project from
5.0.2
to the same as ts-migrate4.7.2
and everything started working properly and converting.Are there any plans to add support to the latest typescript version?
The text was updated successfully, but these errors were encountered: