You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following type of warning the docs link still links to the old pages router page.
Warning: React Hook useEffect has a missing dependency: 'uniqueCityNamesAndSlugs'. Either include it or remove the dependency array. If 'setCityNamesAndSlugs' needs the current value of 'uniqueCityNamesAndSlugs', you can also switch to useReducer instead of useState and read 'uniqueCityNamesAndSlugs' in the reducer. react-hooks/exhaustive-deps
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
In the following type of warning the docs link still links to the old pages router page.
Instead we'd rather want it to be a link to the app router nowadays I guess:
https://nextjs.org/docs/app/building-your-application/configuring/eslint#disabling-rules
Beta Was this translation helpful? Give feedback.
All reactions