We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa1c3d commit 8f44ea7Copy full SHA for 8f44ea7
packages/uikit-react-native/src/contexts/ReactionCtx.tsx
@@ -46,7 +46,6 @@ export const ReactionProvider = ({ children, onPressUserProfile }: Props) => {
46
47
const openReactionUserList: ReactionContextType['openReactionUserList'] = useCallback(
48
({ channel, message, focusIndex = 0 }) => {
49
-
50
setState({ channel, message });
51
setReactionUserListFocusIndex(focusIndex);
52
setReactionUserListVisible(true);
0 commit comments