offset-dev / strapi-calendar

Visualize your Strapi content in month, week or daily view
36 stars 13 forks source link

Settings page throws errors when a dropdown is selected #24

Closed james6b closed 1 year ago

james6b commented 1 year ago

When I navigate to the settings page and attempt to access any of the dropdowns ("choose your collection", "choose your title field", etc.) the screen goes white. Upon inspecting the console there is a "TypeError: Object.defineProperties called on non-object" error.

The error doesn't occur again if I refresh the page and retry any of the dropdowns; however, every time I am navigating to the settings page from somewhere else the error will occur.

I am using the most recent version of Strapi (4.5.5) and the calendar plugin (0.0.10).

james6b commented 1 year ago

Welp, no more error 2 days later. No idea what made the difference