Closed tryyang2001 closed 1 year ago
for 1) I suspect its with the listeners to an event, will take a look at it when im done adding more features to collab service! thanks ry
Update: 1. was caused by using useState() hooks before mounting, fixed it.
2 is also solved, same issue as 1. will close it in the latest pr
Bug 1:
This is caused by 2 components:
CodeEditor
andChatSpace
, and they are related to socket events update and React state update (the dispatch function). There might be logic flaw or wrong implementation, need someone to take a deeper look and fix the issue.Bug 2:
Ctrl A + Del/Backspace will cause the editor to crash/unmount