"liveReactions" is not exported from amityco/ts-sdk

Hi,
Thank you for reaching me out soon.
This both error are different.
My current code to fetch the reaction users is

ReactionRepository.getReactions(
      { referenceId: postId, referenceType: 'post' },
      ({data}) => {
        setReactions(data);
      }
    );

So earlier, I get list of userIds who like post but now i get empty array even i have likes on that post.
So this is my post where post has 2 likes.

so when i click on that to show who likes it it gives me blank.

so i checked the doc to get the reaction user list so i tried to use liveReactions

but i get below errors.

I hope you understand my issue.
This was working perfectly some day ago and breaks now.
Please solve ASAP