mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -6,7 +6,7 @@ interface Props {
|
||||
children: JSX.Element;
|
||||
in: boolean;
|
||||
unmountOnExit?: boolean;
|
||||
onExited?: ExitHandler;
|
||||
onExited?: ExitHandler<HTMLDivElement>;
|
||||
}
|
||||
|
||||
export const FadeIn: FC<Props> = props => {
|
||||
|
Reference in New Issue
Block a user