Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

v1.4.1

Compare
Choose a tag to compare
@ZoteTheMighty ZoteTheMighty released this 12 Aug 17:27
· 21 commits to master since this release

Patches behavior behind the tempFixUpdateChildrenReEntrancy config value to address additional reentrancy cases.

Changes since 1.4.0

  • Fixed a bug where the Roact tree could get into a broken state when using callbacks passed to a child component. Updated the tempFixUpdateChildrenReEntrancy config value to also handle this case. (#315)
  • Fixed forwardRef description (#312).