Skip to content

Commit

Permalink
fix: circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Oct 24, 2019
1 parent 8756f6b commit 62d6cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useVirtualList/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useEffect, useState, useMemo } from 'react';
import { useSize } from '../index';
import useSize from '../useSize';

export interface OptionType {
itemHeight: number | ((index: number) => number);
Expand Down

0 comments on commit 62d6cdf

Please sign in to comment.