Hacker News new | ask | show | jobs
by masylum 1546 days ago
I agree, but the problem is that when you refer an object inside a hook, the eslint exhaustive deps will tell you to add that object as a dependency. In that example, it's easily solved with destructuring `const teamId = params`, but a lot of developers will blindly follow the eslint complaint.
1 comments

In that example, eslint will tell you to add `params.teamId` as a dependency, not `params`