Next.js Discord

Discord Forum

Should I use Next 16 for new eslint plugin for react hooks?

Unanswered
LucetTin5 posted this in #help-forum
Open in Discord
I'm using next 15.5.6 which includes eslint-config-next: 15.5.6 (same version with next), and it contains eslint-plugin-react-hooks: ^5.0.0. Under this condition, eslint-plugin-react-hooks show caution when I use some new things likeuseEffectEvent.

React Hook useEffect has a missing dependency: {missing one} Either include it or remove the dependency array. eslint(react-hooks/exhaustive-deps)

I know override under pnpm works (for my project). I want to know is there any plan for official update for next 15 using react 19.
Or should I go to next 16?

0 Replies