https://github.com/socketio/socket.io/blob/e0b2cb0c5a9af768a48c43f65643412cc8edc7df/examples/chat/public/main.js#L111 getTypingMessages function doesn't return typing elements. So it should be fixed like this: getTypingMessages(data).prevObject.fadeOut(() => { $(this).remove(); });