You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using emoji-mart on React, and can't find a way to use different data sets. We have different uses for the picker in the same app, therefore we want to use the Picker component with different data and options. We have no problem for the theme or the onEmojiSelect callback, but the data the Picker will use is always the first data it loaded in the app, even if we rerender with a different data set.
I assume it is about caching the data for performance reasons, but can't find any way to not use it.
Is there any solution for that ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hi there,
We are using emoji-mart on React, and can't find a way to use different data sets. We have different uses for the picker in the same app, therefore we want to use the Picker component with different data and options. We have no problem for the theme or the onEmojiSelect callback, but the data the Picker will use is always the first data it loaded in the app, even if we rerender with a different data set.
I assume it is about caching the data for performance reasons, but can't find any way to not use it.
Is there any solution for that ?
Thank you !
The text was updated successfully, but these errors were encountered: