From 0ceebb9dd2e45f5cbe7b995d7b2534677b7c899e Mon Sep 17 00:00:00 2001 From: Marc Fallows Date: Thu, 1 Jun 2017 21:51:10 +1000 Subject: [PATCH] react-motion fix merge I believe there was an error when merging: https://github.com/DefinitelyTyped/DefinitelyTyped/commit/b488f3cb5f70ea62c66a3ecaef4e38baadf3727c#diff-3b3fa3639f39b82eca3e15e4ef0f54eeR125 You can see the originally merge PR matches my change: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/9965/files#diff-1ad63a2a56d869f9cc5e998febe8e52eR128 --- types/react-motion/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-motion/index.d.ts b/types/react-motion/index.d.ts index 8254ad78aa..733daa071b 100644 --- a/types/react-motion/index.d.ts +++ b/types/react-motion/index.d.ts @@ -123,7 +123,7 @@ interface TransitionProps { */ willLeave?: (styleThatLeft: TransitionStyle) => Style | void; } -export class TransitionMotion extends Component { } +export class TransitionMotion extends Component { } interface StaggeredMotionProps {