On or around 4:30pm on Tuesday the 15th of July, git.uwaterloo.ca will be restarted to apply security and application patches. This maintenance should bring GitLab to version 18.1.2.
Fixed Hydration Error from Clock due to Mismatched Server and Client HTML
The above is caused by calling Date() on the server when the variable is declared, which causes a mismatch between the timestamps by the time it gets to the client. The HTML can only be modified once it gets to the client, so the state must be empty until useEffect() runs.