fix: Add display name to components so it doesn't show as anonymous (#5616)

This commit is contained in:
Aakansha Doshi 2022-08-26 11:46:19 +05:30 committed by GitHub
parent 720f468f39
commit 43b13d8e3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 1 deletions

View file

@ -187,3 +187,5 @@ ToolButton.defaultProps = {
className: "",
size: "medium",
};
ToolButton.displayName = "ToolButton";