Skip to content

refactor(core): simplify isJsxLike and add behavior boundary tests (#… #12177

refactor(core): simplify isJsxLike and add behavior boundary tests (#…

refactor(core): simplify isJsxLike and add behavior boundary tests (#… #12177

Triggered via push June 11, 2026 21:03
Status Success
Total duration 2m 43s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check: plugins/eslint-plugin-react-x/src/rules/no-component-will-mount/no-component-will-mount.ts#L33
`getClassComponentCollector` is deprecated. Class components are legacy. This function exists only to support legacy rules
check: plugins/eslint-plugin-react-x/src/rules/no-class-component/no-class-component.ts#L36
`isGetDerivedStateFromError` is deprecated. Class components are legacy
check: plugins/eslint-plugin-react-x/src/rules/no-class-component/no-class-component.ts#L36
`isComponentDidCatch` is deprecated. Class components are legacy
check: plugins/eslint-plugin-react-x/src/rules/no-class-component/no-class-component.ts#L30
`getClassComponentCollector` is deprecated. Class components are legacy. This function exists only to support legacy rules
check: plugins/eslint-plugin-react-x/src/rules/no-access-state-in-setstate/no-access-state-in-setstate.ts#L68
`isThisSetStateCall` is deprecated. Class components are legacy. This function exists only to support legacy rules
check: plugins/eslint-plugin-react-x/src/rules/no-access-state-in-setstate/no-access-state-in-setstate.ts#L61
`isThisSetStateCall` is deprecated. Class components are legacy. This function exists only to support legacy rules
check: packages/core/src/class-component.ts#L134
`isRenderMethodLike` is deprecated. Class components are legacy. This function exists only to support legacy rules
check: packages/core/src/class-component-collector.ts#L28
`ClassComponentSemanticNode` is deprecated. Class components are legacy. This type exists only to support legacy rules
check: packages/core/src/class-component-collector.ts#L27
`getClassComponentCollector` is deprecated. Class components are legacy. This function exists only to support legacy rules
check: packages/core/src/class-component-collector.ts#L17
`ClassComponentSemanticNode` is deprecated. Class components are legacy. This type exists only to support legacy rules