vscode-javascript-booster
vscode-javascript-booster copied to clipboard
Convert to forwardRef should add a displayName
trafficstars
Love your extension as it's saving me a lot of time refactoring some components. One thing I noticed is that when you convert a Component to forwardRef, it doesn't include the displayName, which is a very nice thing to have.
MyComponent.displayName = 'MyComponent'
Cheers!