v2.4.0
What's Changed
Release/2.4.0 by @arthurgeron in #44
-
Fixes #43 ;
-
Optimized
isComplexComponentexpression 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