Skip to content

Commit

Permalink
chore: fix allowSyntheticDefaultImports define
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 31, 2020
1 parent 253b7bd commit 1751e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CSSMotion.tsx
@@ -1,5 +1,5 @@
/* eslint-disable react/default-props-match-prop-types, react/no-multi-comp, react/prop-types */
import React from 'react';
import * as React from 'react';
import findDOMNode from 'rc-util/lib/Dom/findDOMNode';
import { fillRef } from 'rc-util/lib/ref';
import classNames from 'classnames';
Expand Down
2 changes: 1 addition & 1 deletion src/CSSMotionList.tsx
@@ -1,5 +1,5 @@
/* eslint react/prop-types: 0 */
import React from 'react';
import * as React from 'react';
import OriginCSSMotion, { CSSMotionProps } from './CSSMotion';
import { supportTransition } from './util/motion';
import {
Expand Down

0 comments on commit 1751e6b

Please sign in to comment.