mattmilburn / strapi-plugin-menus

A plugin for Strapi CMS to customize the structure of menus and menu items.
MIT License
110 stars 27 forks source link

Fix useEffect #115

Closed mattmilburn closed 1 year ago

mattmilburn commented 1 year ago

Fix useEffect where the return value was not including a return function to be the "destroy" or "unmount" method.

Also updating how datetime values are sanitized.