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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
The codemod is currently doing the former, but I suspect it should be either updated to do the latter, or have a flag that lets it do either depending on the flow version(?).
The text was updated successfully, but these errors were encountered:
In the latest versions of flow, proptypes are no longer a class property when using es6 classes, eg.
Instead React.Component is a generic type, and it expects the props to be passed into that instead:
The codemod is currently doing the former, but I suspect it should be either updated to do the latter, or have a flag that lets it do either depending on the flow version(?).
The text was updated successfully, but these errors were encountered: