Skip to content

Commit

Permalink
[fix] findNodeHandle import in VirtualizedList
Browse files Browse the repository at this point in the history
Close #936
  • Loading branch information
appden authored and necolas committed May 8, 2018
1 parent 6f52007 commit 02b6f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import ViewabilityHelper, {
type ViewabilityConfigCallbackPair
} from '../ViewabilityHelper';
import { computeWindowedRenderLimits } from '../VirtualizeUtils';
import { findNodeHandle } from '../../exports/findNodeHandle';
import findNodeHandle from '../../exports/findNodeHandle';
import infoLog from '../infoLog';
import invariant from 'fbjs/lib/invariant';
import warning from 'fbjs/lib/warning';
Expand Down

0 comments on commit 02b6f3f

Please sign in to comment.