-
Notifications
You must be signed in to change notification settings - Fork 78
Remove all the unused dependencies which are nowhere used #152
Comments
Thanks @CovalentBond for raising this detailed issue.
Ya, they are used no where. For the image - These all are unused, but the similar ones are used within the code, Please assure that the code functionality is not compromised by removing them. |
Those which are shown in the image have not been imported anywhere in the code. The image is a result of a library "depcheck" which shows the unused dependencies. But it cannot be completely correct, as it showed "keycloak-js" as one of the unused dependencies as it's not imported. But "keycloack-js" is also not imported but actually used in one of the files. The only way to this is checking manually each of the dependencies, whether it has been used anywhere in the project or not. |
Hello, there @Abhishek-kumar09 @CovalentBond , is this issue still open? Because I'd love to work on this issue and resolve it. |
@Itsaadarsh It's open. |
Always feel free to tag me, as sometimes conversations are missed, and the fault is totally mine. |
Yes sure thing @Abhishek-kumar09 , but first I'll send (#152) PR then I'll move towards the next. Because I'm done removing all the unused dependencies, I'll clean up a little and send the PR asap. |
Great! thanks. |
There are many dependencies like "react-quill", "formik", "immutable", "react-draft-wysiwyg" and many more...
The text was updated successfully, but these errors were encountered: