- Added react-redux tests + demo
- When a React element is re-created as a property of another react element:
- If it's props are different, ignore it.
- if it's props are (deep or strict) equals, notify about the props + that the element shouldn't be re-created.
- Updated + Added tests for this scenario
- Improved memoized functional components tracking performance
- Fixed memoized functional components and hooks reporting about an inner WDYR component.