Hugo Mallet
Hugo Mallet
Thanks @francois06 fixed by #7
This module suffers of (extremly) poor performance because memoization issue. One possible fix : First wrap the component into a memoized component : ```js const MemoEmojiPicker = React.memo(EmojiPicker); ``` Then...
same here
I get the following error : ```sh > chromium-browser --headless --ignore-gpu-blacklist --screenshot about://gpu [0408/135018.062819:ERROR:vaapi_wrapper.cc(469)] Could not get a valid VA display [0408/135018.073614:WARNING:ipc_message_attachment_set.cc(49)] MessageAttachmentSet destroyed with unconsumed attachments: 0/1 [0408/135018.073628:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure:...
Hi, any update on this issue ?