Post reaction are getting always blank array

I am using @amityco/ts-sdk version 6.5.0.
I got the critical issue that when i tried to get the list of user who likes the post it will always give me an empty array instead of array of userIds.

My Code is

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

Hi @ahmedsakri ,

As requested in the other post that seems a duplicate of this, may we please have error details if this is a different error from your other post? "liveReactions" is not exported from amityco/ts-sdk - #4 by ahmedsakri

Thank you,
Amity Support