devukurup / quizzy-by-devukurup

0 stars 0 forks source link

ESLint error #41

Closed devukurup closed 3 years ago

devukurup commented 3 years ago

Fixing the following ESLint errors broke some code, which I only found after closing the PR #40 .

image

I have used the following comment to let ESLint ignore the errors. // eslint-disable-next-line react-hooks/exhaustive-deps

@rishabhanand12 , could you please help me with this?