Skip to content

Conversation

@wescopeland
Copy link
Member

This PR bumps React and eslint-plugin-react-hooks to latest and fixes numerous errors and warnings caused by these version updates. Most of the PR diff is lockfile noise, and there should be no functional changes as a result of this PR.

React Compiler is an upcoming feature of React currently in beta that offers to dramatically improve render and hydration performance. It's not quite stable enough yet, but to confer its benefits, your components must strictly follow the rules of hooks as much as possible.

eslint-plugin-react-hooks has been updated to enforce the rules that React Compiler itself follows.

I've gone through and fixed all the things it's complaining about, and left a "use no memo" directive on things that aren't fixable.

@wescopeland wescopeland requested a review from a team November 8, 2025 17:50
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.

1 participant