File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 14.0.10
4
+
5
+ ```
6
+ ### triple-web
7
+
8
+ - [triple-web] 웹뷰에서는 nativeTrackScreen만 실행하도록 수정합니다. [#3536](https://github.com/titicacadev/triple-frontend/pull/3536)
9
+ ```
10
+
3
11
## 14.0.9
4
12
5
13
### tds-ui
@@ -5092,11 +5100,11 @@ SingleSlider, RangeSlider
5092
5100
``` ts
5093
5101
interface ReviewLikesContextProps {
5094
5102
deriveCurrentStateAndCount: (currentState : {
5095
- reviewId: any
5096
- liked: boolean
5097
- likesCount: number
5098
- }) => { liked: boolean ; likesCount: number }
5099
- updateLikedStatus: (newLikes : { [reviewId : string ]: boolean }) => void
5103
+ reviewId: any ;
5104
+ liked: boolean ;
5105
+ likesCount: number ;
5106
+ }) => { liked: boolean ; likesCount: number };
5107
+ updateLikedStatus: (newLikes : { [reviewId : string ]: boolean }) => void ;
5100
5108
}
5101
5109
```
5102
5110
You can’t perform that action at this time.
0 commit comments