Closed wiggin77 closed 3 months ago
The LegalHoldTable component was missing a dependency array in a useEffect hook. This caused the hook to be called on every render.
useEffect
Additional dependencies were added to other components based on linter errors.
Fixes https://github.com/mattermost/mattermost-plugin-legal-hold/issues/85
Summary
The LegalHoldTable component was missing a dependency array in a
useEffect
hook. This caused the hook to be called on every render.Additional dependencies were added to other components based on linter errors.
Ticket Link
Fixes https://github.com/mattermost/mattermost-plugin-legal-hold/issues/85