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
Currently, in the dev version of the React controls, ListItemComments has the ability to like or unlike comments. As users, we would like to also see the list of users who liked each comment.
Observed Behavior
Users are able to like or unlike comments, but there is no option available to view which users liked a comment.
Steps to Reproduce
Add the ListItemComments control to an SPFx component.
Like a comment.
Notice that there’s no visible list of users who liked the comment.