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 7747db5 commit 4fab4c4Copy full SHA for 4fab4c4
src/Popup/useStretchStyle.ts
@@ -1,4 +1,4 @@
1
-import React from 'react';
+import * as React from 'react';
2
import { StretchType } from '../interface';
3
4
export default (
src/index.tsx
@@ -1,4 +1,5 @@
-import React, { HTMLAttributes } from 'react';
+import { HTMLAttributes } from 'react';
import ReactDOM from 'react-dom';
import raf from 'rc-util/lib/raf';
5
import contains from 'rc-util/lib/Dom/contains';
0 commit comments