Skip to content

Two Worlds, One JSX 🌴

Compare
Choose a tag to compare
@nicoespeon nicoespeon released this 13 Apr 14:19
· 562 commits to main since this release

Fixed

  • Change Signature wasn't working on nested functions. It has been reported by @SamB and fixed!
  • Extract Variable may declare the new variable before another variable it references under some circumstances. These have been fixed. Kudos to @tjx666 for finding that!

Added

  • [New Refactoring] "Wrap in JSX Fragment" thanks to @DerTimonius. This will help you refactor JSX code to add more elements within a single root.