Open maxKimoby opened 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).
:key
data
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 thedata
, but we lose the component's state (scroll, search etc).