Skip to content

v8.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 06:42
· 28 commits to main since this release
90196ef

Patch Changes

  • 49d7d04 #305 Thanks @mxschmitt! - Moved internal 'resize' listener to the layout effect since React 17 calls cleanups of regular effects asynchronously. This ensures that we don't ever try to access the already unmounted ref in our listener.