roact
roact copied to clipboard
Set component's state even when `shouldUpdate` returns false.
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