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 c5f5250 commit b4374bcCopy full SHA for b4374bc
frontend/src/components/MatchingService/MatchingForm.tsx
@@ -127,7 +127,8 @@ const MatchingForm = React.forwardRef(function MatchingForm() {
127
setCategoryList(uniqueCategories);
128
}
129
getCategories();
130
- }, []);
+ // eslint-disable-next-line
131
+ }, [questions]);
132
133
React.useEffect(() => {
134
socket.on("matchFound", async (matchedUserPreferences) => {
0 commit comments