codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
130 stars 149 forks source link

Cleanup: React v17 New JSX Transform Cleanup #145

Closed rizwan2000rm closed 3 years ago

rizwan2000rm commented 3 years ago

Issue Number

fixes #75

Describe the changes you've made

Removed React imports from the project as we are using v17 on the project and it is not required to import react in every single file. Also added an exclusion for react-scope-in-jsx in eslint for errors realted to React imports.

Abhishek-kumar09 commented 3 years ago

Great!!!