Closed MartinCupela closed 3 years ago
Fix the return value type for FeedProps.doReactionAddRequest hook. The function should return Promise<ReactionAPIResponse<RT>> and not the value of ReactionAPIResponse<RT> directly.
FeedProps.doReactionAddRequest
Promise<ReactionAPIResponse<RT>>
ReactionAPIResponse<RT>
Fix the return value type for
FeedProps.doReactionAddRequest
hook. The function should returnPromise<ReactionAPIResponse<RT>>
and not the value ofReactionAPIResponse<RT>
directly.