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
As discussed in PR #2296, it's recommended to avoid including the entire router object in the dependencies array in pages/sites/[slug]/[locale]/projects-archive/[p].tsx at line 190. Instead, specify only the needed properties to prevent unnecessary re-renders.
As discussed in PR #2296, it's recommended to avoid including the entire
router
object in the dependencies array inpages/sites/[slug]/[locale]/projects-archive/[p].tsx
at line 190. Instead, specify only the needed properties to prevent unnecessary re-renders.Comment reference
The text was updated successfully, but these errors were encountered: