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
fix(button & dropdownitem): reverts return type of Button & DropdownItem to JSX.Element
In themesberg#1244, the return type of Button and DropdownItem was changed to ReactNode. This is not an
acceptable return type for functional components. The correct return type is JSX.Element. This
change fixes the regression from that PR (introduced in v v0.7.3 A Also fixesthemesberg#962.
fixthemesberg#962
0 commit comments