roact
roact copied to clipboard
Make PureComponent perform shallow equality check on state
Closes #376
This makes PureComponent perform a shallow equality check on state in shouldUpdate(). This is the same behavior as React and is what PureComponent was documented as actually supposed to do.
Checklist before submitting:
- [x] Added entry to
CHANGELOG.md - [ ] Added/updated relevant tests
- [ ] Added/updated documentation