Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit b8b46a1

Browse files
committed
Fix react-transition-group
1 parent 5551010 commit b8b46a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csstransitiongroup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
Component, Children, ReactElement, HTMLAttributes,
44
ComponentClass, StatelessComponent, cloneElement,
55
} from "react";
6-
import TransitionGroup from "react-transition-group/TransitionGroup";
6+
import * as TransitionGroup from "react-transition-group/TransitionGroup";
77

88
import { CSSTransitionProps } from "./csstransition";
99

0 commit comments

Comments
 (0)