Skip to content

v3.0.4

Compare
Choose a tag to compare
@vzaidman vzaidman released this 13 Apr 09:04
· 353 commits to master since this release
  • 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.