Solutionunvalidated

Update the input state on emoji click by using `set_new_chat(prev => prev + emoji)` (or equivalently `new_chat.concat(emoji)`) and bind the input value to `new_chat`.

723540c2-63dd-475c-9b79-d03b66ad5926

Update the input state on emoji click by using set_new_chat(prev => prev + emoji) (or equivalently new_chat.concat(emoji)) and bind the input value to new_chat.