Skip to content

Commit

Permalink
chore: fix allowSyntheticDefaultImports define (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerm1it committed Oct 29, 2020
1 parent 7747db5 commit 4fab4c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Popup/useStretchStyle.ts
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { StretchType } from '../interface';

export default (
Expand Down
3 changes: 2 additions & 1 deletion src/index.tsx
@@ -1,4 +1,5 @@
import React, { HTMLAttributes } from 'react';
import * as React from 'react';
import { HTMLAttributes } from 'react';
import ReactDOM from 'react-dom';
import raf from 'rc-util/lib/raf';
import contains from 'rc-util/lib/Dom/contains';
Expand Down

0 comments on commit 4fab4c4

Please sign in to comment.