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 827f0b6 commit e5139ccCopy full SHA for e5139cc
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.20
4
+* Guard against potential state update after unmount (caused by `setTimeout` when using `ResizeObserver`)
5
+
6
## 1.0.19
7
* Further improved TypeScript definitions to avoid `any` types for `children` function parameters.
8
* [61](https://github.com/bvaughn/react-virtualized-auto-sizer/pull/61): Build release bundle with Preconstruct.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-virtualized-auto-sizer",
- "version": "1.0.19",
+ "version": "1.0.20",
"description": "Standalone version of the AutoSizer component from react-virtualized",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
"contributors": [
0 commit comments