diff --git a/src/hooks/use-problem.ts b/src/hooks/use-problem.ts index ab2005f..38fb421 100644 --- a/src/hooks/use-problem.ts +++ b/src/hooks/use-problem.ts @@ -39,11 +39,13 @@ export const useProblem = () => { const { hydrated, editor, + markers, webSocket, globalLang, currentLang, currentValue, setEditor, + setMarkers, setWebSocket, setGlobalLang, setCurrentLang, @@ -112,8 +114,10 @@ export const useProblem = () => { return { hydrated, editor, + markers, webSocket, setEditor, + setMarkers, setWebSocket, globalLang, currentLang,