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
There are components that naturally have their displayName set as part of conventional best practice, like an HOC. In those cases the displayName added twice. Thankfully the autogenerated display name is placed before the manual one but it would obviously be preferred not to duplicate.
There are components that naturally have their displayName set as part of conventional best practice, like an HOC. In those cases the displayName added twice. Thankfully the autogenerated display name is placed before the manual one but it would obviously be preferred not to duplicate.