Bug: previous type annotation is not replaced #2018
Labels
area: fixers
Around how TypeStat fixes code.
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: bug
Something isn't working :( 🐛
🐛 Bug Report
Actual Behavior
Expected Behavior
I would expect
const LegendImage = function (props: any) {
to becomeconst LegendImage = function (props: LegendImageProps) {
.Reproduction
Same as #2014.
The text was updated successfully, but these errors were encountered: