Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 20:23

What's Changed

Release/2.4.0 by @arthurgeron in #44

  • Fixes #43 ;

  • Optimized isComplexComponent expression by replacing regular expression with a simple character comparison.

  • When the usememo rule rejects a JSX Attribute content in an invalid context (e.g. wrapping expressions) it won't try fixing it, instead, it'll report the issue with a new error message.

Full Changelog: v2.3.1...v2.4.0