next.js
75f33f0e - Include `eslint-plugin-react-hooks` in React sync (#82294)

Commit
174 days ago
Include `eslint-plugin-react-hooks` in React sync (#82294) `eslint-plugin-react-hooks` is also published in React's nightly release cycle. I want to start dog fooding it in Next.js so that we can spot issues as early as possible. It also includes some new heuristics that are important to flag React Compiler incompatibilities. Compat with the React Compiler of the Next.js codebase is especially relevant for Next DevTools which uses the React Compiler. I'll follow-up on these violations. Each need different treatment.
Author
Parents
Loading