chore: fix linting errors and export more hooks

This commit is contained in:
Daniel Lautzenheiser
2023-04-19 11:02:01 -04:00
parent 28fd9caf4c
commit 4a73ea65fd
5 changed files with 30 additions and 2 deletions

View File

@ -294,6 +294,7 @@ const withFileControl = ({ forImage = false }: WithFileControlProps = {}) => {
</div>
);
}, [
forFolder,
internalValue,
renderedImagesLinks,
handleOpenMediaLibrary,