Skip to content

Commit 2ef6367

Browse files
authored
Fix issue with unused import being emitted (#1635)
* Fix issue with unused import being emitted * Fix import
1 parent d427bca commit 2ef6367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/WindowScroller/utils/onScroll.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// @flow
2+
'no babel-plugin-flow-react-proptypes';
23

34
import {
45
requestAnimationTimeout,

0 commit comments

Comments
 (0)