Skip to content

Version 3.24.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 07:13
· 20 commits to master since this release

3.24.1 (2024-07-02)

This release fixes a bug in ResizeObserver by checking for the existence of document and document.body objects.

Bug fixes

  • Fix ResizeObserver initialization if document.body does not exist yet (#1311) thanks to @AngusMorton