wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When converting from class to function components, useCallback doesn't convert the parameters

luisrudge opened this issue · comments

image

When you have a class function, it converts to useCallback but doesn't convert the parameters, making the functions unusable