We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30858b commit 090d23aCopy full SHA for 090d23a
src/QueueAnim.jsx
@@ -2,11 +2,11 @@ import React, { createElement } from 'react';
2
import PropTypes from 'prop-types';
3
import TweenOne, { ticker } from 'rc-tween-one';
4
import { polyfill } from 'react-lifecycles-compat';
5
-import { windowIsUndefined } from './utils';
6
7
import {
8
toArrayChildren,
9
findChildInChildrenByKey,
+ windowIsUndefined,
10
mergeChildren,
11
transformArguments,
12
getChildrenFromProps,
0 commit comments