Skip to content

Conversation

@BitwiseAndrea BitwiseAndrea changed the title Add react missing dependencies linter rule Add react exhaustive dependencies linter rule Nov 19, 2025
Copy link
Collaborator

@chriscerie chriscerie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Need changelog. It would be great to run this against the tests from #548 to gain visibility into the drift between these impls

@@ -0,0 +1,32 @@
error[roblox_react_exhaustive_deps]: React Hook useEffect has unnecessary dependency: props.value
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit: we use lowercase in these messages

11 │ end, { props.value })
│ ^^^^^^^^^^^^^^^
= Remove 'props.value' from the dependency array
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing and we prepend help: here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants