mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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({
|
storeRef.current = createProblemStore({
|
||||||
hydrated: false,
|
hydrated: false,
|
||||||
editor: null,
|
editor: null,
|
||||||
monacoLanguageClient: null,
|
webSocket: null,
|
||||||
globalLang: EditorLanguage.c,
|
globalLang: EditorLanguage.c,
|
||||||
currentLang: EditorLanguage.c,
|
currentLang: EditorLanguage.c,
|
||||||
currentValue: "",
|
currentValue: "",
|
||||||
|
Loading…
Reference in New Issue
Block a user