Skip to content

Commit 153ebba

Browse files
committed
for real this time
1 parent 17ed498 commit 153ebba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/data.context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ export function DataContextProvider({ children }: DataContextProviderProps) {
128128

129129
};
130130

131-
132131
const dataContextProviderValue = useMemo(
133132
() => ({ loading, response, questions, getQuestions, getExamples }),
133+
//eslint-disable-next-line react-hooks/exhaustive-deps
134134
[loading, response, questions]
135135
);
136136

0 commit comments

Comments
 (0)