Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

v0.6.7

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 18 May 12:23
· 62 commits to main since this release
eef0b24

What's changed?

  • Minor refactoring related to removal of checks that are always true in React 17.
  • Updated findCurrentFiberUsingSlowPath util with the latest version from React repository.

Bug fixes

  • Filter out null nodes in nodeToHostNode (#43). Thanks, @strmer15!