Skip to content

Commit

Permalink
Merge pull request #108 from umijs/fix/circle_deps
Browse files Browse the repository at this point in the history
fix/circle deps
  • Loading branch information
brickspert committed Oct 24, 2019
2 parents 9092737 + 62d6cdf commit 0c1e942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/hooks",
"version": "1.2.0",
"version": "1.3.0",
"description": "react hooks library",
"keywords": [
"umi hooks",
Expand Down
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

1 comment on commit 0c1e942

@vercel
Copy link

@vercel vercel bot commented on 0c1e942 Oct 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.