react-window 2.2.6 → 2.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<img src="https://react-window.vercel.app/og.
|
|
1
|
+
<img src="https://react-window.vercel.app/og.png" alt="react-window logo" width="400" height="210" />
|
|
2
2
|
|
|
3
3
|
`react-window` is a component library that helps render large lists of data quickly and without the performance problems that often go along with rendering a lot of data. It's used in a lot of places, from React DevTools to the Replay browser.
|
|
4
4
|
|