Closed lifeisfoo closed 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.
@salvatorericcardi I just checked and it seems to be fixed! This issue can be closed from my end
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