Fix warnings for conflicting style rules (#29249)

* Bump popper

* Bump react-transition group

* Fix react conflicting style ruls warning

* Fix ts
This commit is contained in:
Dominik Prokop
2020-11-20 08:12:42 +01:00
committed by GitHub
parent c94e8e61a9
commit 671b319315
6 changed files with 72 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ interface Props {
children: JSX.Element;
in: boolean;
unmountOnExit?: boolean;
onExited?: ExitHandler;
onExited?: ExitHandler<HTMLDivElement>;
}
export const FadeIn: FC<Props> = props => {