Skip to content

added support to React.forwardRef

Compare
Choose a tag to compare
@vzaidman vzaidman released this 02 Aug 09:19
· 304 commits to master since this release
  • updated all dev packages.
  • minor refactor of inner code where patching of different react component types moved to it's own folder.
    • also split the main testing file between these patches.
  • added support to React.forwardRef.
  • added support to React.memo(React.forwardRef. (thanks to @jared-hexagon who filed a great bug report)
  • added support to React.forwardRef(React.memo but turns out React itself doesn't supports it.
  • everything is covered by tests.