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
Since we are using .filter anyways instead of re-fetching, there are too many unnecessary DB calls to the database. It's better to extract that out as a client component and use useState.
The text was updated successfully, but these errors were encountered:
Since we are using
.filter
anyways instead of re-fetching, there are too many unnecessary DB calls to the database. It's better to extract that out as a client component and useuseState
.The text was updated successfully, but these errors were encountered: