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
{{ message }}
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
When a user is signed in and visits the /jobs page it does not sort properly — the first GetServerSideProps gets overwitten by a useEffect hook inside the page. Need to either remove that, or correct it to always sort properly.
The text was updated successfully, but these errors were encountered:
@vladsolokha hey! Sorry for the delay in response - my GitHub notifications are silly. TBH I haven't dove into the code that much - it was some that someone else had contributed. I suspect it's likely the useEffect hook running two times.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingjob boardIssues related to the job board PR
When a user is signed in and visits the
/jobs
page it does not sort properly — the first GetServerSideProps gets overwitten by a useEffect hook inside the page. Need to either remove that, or correct it to always sort properly.The text was updated successfully, but these errors were encountered: