David Flink
David Flink
Confirming manually copying/renaming the notification icons to every directory under /android/app/src/main/res/ resolved the issue. Thanks for the suggestion!
@Punit-Vajpeyi where do you store lastKeyword? In your local state? This feels like something that should be prevented in the library (the first call with the empty keyword).
Just leaving this here. The bug is caused by the dependency on selection here: `const keywordByTrigger = useMemo(() => { return getMentionPartSuggestionKeywords( parts, plainText, selection, partTypes, ); }, [parts, plainText,...