review
This commit is contained in:
parent
c73333667d
commit
76677bdbb7
@ -54,7 +54,7 @@ const MancalaApp: FunctionComponent = () => {
|
|||||||
connectToServer();
|
connectToServer();
|
||||||
return () => {
|
return () => {
|
||||||
context.rtmt.dispose();
|
context.rtmt.dispose();
|
||||||
context.themeManager.on("themechange", onThemeChange);
|
context.themeManager.off("themechange", onThemeChange);
|
||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user