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 079b878 commit dbd044cCopy full SHA for dbd044c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.1.2
4
+
5
+Prevent `ResizeObserver` API from being called at all if an explicit `List` height (or `Grid` width and height) is provided.
6
7
## 2.1.1
8
9
Grids with only one row no longer incorrectly set cell height to 100%.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-window",
- "version": "2.1.1",
+ "version": "2.1.2",
"type": "module",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
"contributors": [
0 commit comments