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
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!
The text was updated successfully, but these errors were encountered:
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.
Cheers!
The text was updated successfully, but these errors were encountered: