Skip to content

Commit

Permalink
Merge branch 'master' of github.com:reach/reach-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jan 27, 2020
2 parents 5b8784a + c3a4abf commit b4b6775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alert/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export type AlertProps = {
*/
type?: "assertive" | "polite";
children: React.ReactNode;
};
} & React.HTMLAttributes<HTMLDivElement>;

Alert.displayName = "Alert";
if (__DEV__) {
Expand Down

0 comments on commit b4b6775

Please sign in to comment.