Fixed few bugs#81
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
@huncijr is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
|
Hey @huncijr . Could you plese specify which bugs did you fix and why each change was done? If the PR is incomplete, you may mark it as a draft |
|
Hi @v1ctorio , I reviewed the codebase and found several issues that would silently fail or crash in edge cases: the RSVP fetch was using data instead of body (so requests were always empty), localStorage was called without an SSR guard (would crash during server-side rendering), a stale closure in useEffect meant emoji replacement never worked, and e.end.substring() would throw if an event had no end time |
For the most part, I fixed bugs , but I'll be making some improvements to the UI tomorrow since I have a few ideas