Skip to content

Commit 6359084

Browse files
committed
xxx
1 parent 8a863e9 commit 6359084

File tree

3 files changed

+44
-6
lines changed

3 files changed

+44
-6
lines changed

example/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import 'react-app-polyfill/ie11';
22
import * as React from 'react';
33
import * as ReactDOM from 'react-dom';
4-
import VariableSizeList, {
5-
ExposeListData,
6-
} from '../src/components/VariableSizeList';
4+
// import VariableSizeList, {
5+
// ExposeListData,
6+
// } from '../src/components/VariableSizeList';
7+
8+
import { VariableSizeList } from 'virtual-list-down-up';
79
import * as faker from 'faker';
810

911
import './index.css';

example/package-lock.json

Lines changed: 37 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"dependencies": {
1111
"faker": "^4.1.0",
12-
"react-app-polyfill": "^1.0.0"
12+
"react-app-polyfill": "^1.0.0",
13+
"virtual-list-down-up": "^0.1.0"
1314
},
1415
"alias": {
1516
"react": "../node_modules/react",

0 commit comments

Comments
 (0)