CultureHQ / add-to-calendar

A small package for adding an event to a calendar.
https://engineering.culturehq.com/add-to-calendar/
MIT License
44 stars 26 forks source link

urls.outlook infinite loop in Next.js #713

Open mscbr opened 2 years ago

mscbr commented 2 years ago

Hi,

I tried to use your package in the Next.js project and every time I tried to open a dropdown I ended up in frozen app. As I debugged I found out that the part responsible for it is in src/makeUrls.ts, line 47: uid: new Date().getTime().toString(),, which triggers an infinite loop.