-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant React code #43
Comments
@jashmehta3300, can you assign me this issue? I would like to work on it. |
- removed redundant code in react code
@jashmehta3300 , can you please review the above pull request. Thank You. |
@jashmehta3300 , can you please review the pull request? |
Hi @sricharan200, Thank you for submitting a PR! I have reviewed it and left a couple of comments. In general, I think there are 2 issues:
I would recommend that you look at the scripts folder which has a script to run the code locally. That way you will be able to verify if the code is breaking or not, and if styling is consistent before and after changes. Thank you. |
Hi @sricharan200, Are you still investigating this issue? If not, I would like to request @jashmehta3300 to please assign me this issue. Thank you |
Problem Statement
Currently, there is a lot of redundant code present in the React files.
Proposed Solution
It would be great to remove the unnecessary code from one file at a time to keep the code clean. It would also help to format the code correctly and follow the same styling throughout the files (lint).
The text was updated successfully, but these errors were encountered: