We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6662fa commit cf2237fCopy full SHA for cf2237f
src/components/Questions/QuestionsTable.tsx
@@ -27,6 +27,7 @@ const InterviewQuestionsTable: React.FC = () => {
27
}
28
getInterviewQuestions();
29
console.log("here");
30
+ // eslint-disable-next-line react-hooks/exhaustive-deps
31
}, []);
32
33
useEffect(() => {
0 commit comments