Skip to content

Commit

Permalink
Update 14.0.8 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
TRIPLE Bot authored and dongoc committed Dec 26, 2024
1 parent 86035f6 commit 157b2d6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 14.0.8

There is no data provided to generate the markdown.

## 14.0.7

```
Expand Down Expand Up @@ -5058,11 +5062,11 @@ SingleSlider, RangeSlider
```ts
interface ReviewLikesContextProps {
deriveCurrentStateAndCount: (currentState: {
reviewId: any
liked: boolean
likesCount: number
}) => { liked: boolean; likesCount: number }
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void
reviewId: any;
liked: boolean;
likesCount: number;
}) => { liked: boolean; likesCount: number };
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void;
}
```

Expand Down

0 comments on commit 157b2d6

Please sign in to comment.