github Rel1cx/eslint-react v4.0.2-beta.5
v4.0.2-beta.5 (2026-03-30)

latest releases: v4.2.0-beta.0, v4.1.0-beta.0, v4.0.3-beta.0...
pre-release12 hours ago

What's Changed

Note: v4.0.2-beta.4 was skipped.

🐞 Fixes

  • core: findImportSource: Add cycle detection to prevent infinite recursion when resolving variable aliases.
  • core: isReactAPI: Fix API name matching logic to use endsWith for precise matching.
  • core: isRenderMethodLike: Support ClassExpression in addition to ClassDeclaration.
  • ast: Fix JSX attribute name comparison to use isNodeEqual instead of string comparison, properly handling JSXNamespacedName (e.g., xlink:href).
  • ast: Update FunctionInitPath types to support method definitions and property arrow functions in class expressions.
  • react-x: no-duplicate-key: Fix false positive for SVG xlink attributes.

Full Changelog: v4.0.2-beta.3...v4.0.2-beta.5

Don't miss a new eslint-react release

NewReleases is sending notifications on new releases.