mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(problem-store-provider): update to include WebSocket in provider state
This commit is contained in:
parent
3fbec8cd24
commit
cea8748a4e
@ -37,7 +37,7 @@ export const ProblemStoreProvider = ({
|
||||
storeRef.current = createProblemStore({
|
||||
hydrated: false,
|
||||
editor: null,
|
||||
monacoLanguageClient: null,
|
||||
webSocket: null,
|
||||
globalLang: EditorLanguage.c,
|
||||
currentLang: EditorLanguage.c,
|
||||
currentValue: "",
|
||||
|
Loading…
Reference in New Issue
Block a user