What's Changed
🐞 Fixes
- Fix misdetected functions inside array expressions as function components; closes #1416 by @Rel1cx in #1418
- Remove unnecessary
no-unnecessary-use-refrule from strict configurations and update documentation by @Rel1cx in #1419
📝 Changes you should be aware of
The no-unnecessary-use-ref rule has been removed from the strict presets, as it was causing false positives in certain scenarios. You can still enable it manually if needed, but please be aware of its current limitations.
Full Changelog: v2.7.0...v2.7.1