diff --git a/src/hooks/use-problem.ts b/src/hooks/use-problem.ts index 049e20b..ab2005f 100644 --- a/src/hooks/use-problem.ts +++ b/src/hooks/use-problem.ts @@ -49,6 +49,7 @@ export const useProblem = () => { setCurrentLang, setCurrentValue, problemId, + problem, templates, editorLanguageConfigs, languageServerConfigs, @@ -118,6 +119,7 @@ export const useProblem = () => { currentLang, currentValue, problemId, + problem, templates, editorLanguageConfigs, languageServerConfigs,