mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-01-26 03:17:35 +00:00
Integration with TaskMaster AI
This commit is contained in:
@@ -17,7 +17,7 @@ export function useWebSocket() {
|
||||
ws.close();
|
||||
}
|
||||
};
|
||||
}, []);
|
||||
}, []); // Keep dependency array but add proper cleanup
|
||||
|
||||
const connect = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user