We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc6e00 commit 354b7d1Copy full SHA for 354b7d1
examples/infinite-scroll/src/index.js
@@ -8,7 +8,7 @@ import "./styles.css";
8
import { useVirtual } from "react-virtual";
9
10
// axios override to fake "get" a website
11
-// delete lines 9-24 if you are reusing this code outside of this demo
+// delete lines 9-36 if you are reusing this code outside of this demo
12
Object.assign(axios, {
13
...axios,
14
get: url => {
0 commit comments