feat: add eslint-plugin-react-compiler
#227
Draft
Annotations
5 warnings
packages/react-strict-dom/src/native/modules/createStrictDOMImageComponent.js#L60
Mutating a value returned from a function whose return value should not be mutated
|
packages/react-strict-dom/src/native/modules/createStrictDOMTextComponent.js#L58
Mutating a value returned from a function whose return value should not be mutated
|
packages/react-strict-dom/src/native/modules/createStrictDOMTextInputComponent.js#L82
Mutating a value returned from a function whose return value should not be mutated
|
packages/react-strict-dom/src/native/modules/useNativeProps.js#L184
Mutating a value returned from a function whose return value should not be mutated
|
packages/react-strict-dom/src/shared/__tests__/mergeRefs-test.js#L40
Unexpected reassignment of a variable which was defined outside of the component. Components and hooks should be pure and side-effect free, but variable reassignment is a form of side-effect. If this variable is used in rendering, use useState instead. (https://react.dev/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render)
|
The logs for this run have expired and are no longer available.
Loading