Remove Warnings on compiling while setting up in local system
BIKRAM-SAHA opened this issue · 3 comments
BIKRAM-SAHA commented
Describe the bug
while setting up the project at my local system I realized that it compiles with warnings. I propose to
- remove the escape characters '\.' and replace them with '.'
- delete line2 of funwithphysics\src\Components\LearnMore\index.js since it is imported but never used
- replace '!=' with '!==' at line 3120 of funwithphysics\src\Components\Algebra\Topic\Calculator.js
- delete C3 from line 933 and line 934 of funwithphysics\src\Components\Geometry\Topic\Calculator.js as the variable C3 is assigned but never used in the calculation given below
- replace the 'for' with 'htmlFor'
- and replace 'class' with 'className'
To Reproduce
Steps to reproduce the behavior:
- run
npm start
to start the development server at localhost:3000 - see warnings at terminal
- see error at console while at
localhost:3000
Expected behavior
The code is supposed to compile without warning or errors.
Desktop (please complete the following information):
- OS: Windows
- Browser: Brave
github-actions commented
Hi 😄, @BIKRAM-SAHA Thanks for creating an issue at FunwithPhysics. We request you to follow the contributing guidelines.
BIKRAM-SAHA commented
Please assign me the issue, so that I can start working on it
Amit366 commented
u can work @BIKRAM-SAHA