latina-in-tech / latina-in-tech.github.io

LiT (Latina In Tech) Website
https://www.latinaintech.org/
MIT License
2 stars 7 forks source link

Events start/end times may vary #209

Closed lifeisfoo closed 6 months ago

lifeisfoo commented 6 months ago

Description

Date and time object are manipulated directly (e.g. https://github.com/latina-in-tech/latina-in-tech.github.io/blob/main/src/components/event/AddToCalendar.tsx#L32) and this can cause an improper behaviour in mixed environment (SSR and CSR).

The time shown is right only if the date manipulation happens on the client side (see steps below to reproduce).

Steps to reproduce

lifeisfoo commented 6 months ago

IMG_20240501_212810.jpg

salvatorericcardi commented 6 months ago

@lifeisfoo I guess it happens for add to calendar component on the next events, can you confirm? Because I can't find the bug actually, maybe fixed with the last pr. Try again and let me know, please.

Undermaken commented 6 months ago

@salvatorericcardi I just checked and it seems to be fixed! This issue can be closed from my end