wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

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

Open luisrudge opened 1 year ago

luisrudge commented 1 year ago
image

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