roact icon indicating copy to clipboard operation
roact copied to clipboard

Set component's state even when `shouldUpdate` returns false.

Open foxydevloper opened this issue 3 years ago • 0 comments

Closes #233

Fixes issue where component's state does not update with :setState({}) when shouldUpdate returns false.

Checklist before submitting:

  • [x] Added entry to CHANGELOG.md
  • [ ] Added/updated relevant tests
  • [ ] Added/updated documentation

foxydevloper avatar Mar 15 '22 03:03 foxydevloper