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 issue with refetching menu list #114

Closed djelic closed 1 year ago

djelic commented 1 year ago

This PR fixes the issue where Menus plugin breaks admin panel. Navigating to Menus and then to some other part of admin panel renders a blank page, running with yarn develop --watch-admin hints that destroy function does not which is usually caused by incorrect use of useEffect where hook does not return cleanup function.

djelic commented 1 year ago

Closing this PR since it has been fixed in 915decf384dbaae75c1c6ba0a215d4cf1eafeed7.