serebrov / emoji-mart-vue

One component to pick them all (performance improvements) 👊🏼
https://serebrov.github.io/emoji-mart-vue/
BSD 3-Clause "New" or "Revised" License
275 stars 48 forks source link

Recent emojis are not updated live #289

Open maxKimoby opened 1 year ago

maxKimoby commented 1 year ago

When selecting an emoji which will now be a recent one, the recent category is not updated on the picker. This can be fix by putting a :key attribute on the component and refreshing the data, but we lose the component's state (scroll, search etc).