File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/modules/GroupChannel/context Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 68
68
},
69
69
"dependencies" : {
70
70
"@sendbird/chat" : " ^4.10.10" ,
71
- "@sendbird/uikit-tools" : " 0.0.1-alpha.64 " ,
71
+ "@sendbird/uikit-tools" : " 0.0.1-alpha.65 " ,
72
72
"css-vars-ponyfill" : " ^2.3.2" ,
73
73
"date-fns" : " ^2.16.1" ,
74
74
"dompurify" : " ^3.0.1"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import { usePreventDuplicateRequest } from './hooks/usePreventDuplicateRequest';
29
29
type OnBeforeHandler < T > = ( params : T ) => T | Promise < T > ;
30
30
type MessageListQueryParamsType = Omit < MessageCollectionParams , 'filter' > & MessageFilterParams ;
31
31
type MessageActions = ReturnType < typeof useMessageActions > ;
32
- type MessageListDataSourceWithoutActions = Omit < ReturnType < typeof useGroupChannelMessages > , keyof MessageActions > ;
32
+ type MessageListDataSourceWithoutActions = Omit < ReturnType < typeof useGroupChannelMessages > , keyof MessageActions | `_dangerous_${ string } ` > ;
33
33
34
34
interface ContextBaseType {
35
35
// Required
Original file line number Diff line number Diff line change @@ -2679,7 +2679,7 @@ __metadata:
2679
2679
"@rollup/plugin-replace": ^5.0.4
2680
2680
"@rollup/plugin-typescript": ^11.1.5
2681
2681
"@sendbird/chat": ^4.10.10
2682
- "@sendbird/uikit-tools": 0.0.1-alpha.64
2682
+ "@sendbird/uikit-tools": 0.0.1-alpha.65
2683
2683
"@storybook/addon-actions": ^6.5.10
2684
2684
"@storybook/addon-docs": ^6.5.10
2685
2685
"@storybook/addon-links": ^6.5.10
@@ -2744,13 +2744,13 @@ __metadata:
2744
2744
languageName: unknown
2745
2745
linkType: soft
2746
2746
2747
- "@sendbird/uikit-tools@npm:0.0.1-alpha.64 ":
2748
- version: 0.0.1-alpha.64
2749
- resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.64 "
2747
+ "@sendbird/uikit-tools@npm:0.0.1-alpha.65 ":
2748
+ version: 0.0.1-alpha.65
2749
+ resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.65 "
2750
2750
peerDependencies:
2751
2751
"@sendbird/chat": ">=4.10.5 <5"
2752
2752
react: ">=16.8.6"
2753
- checksum: a682e6ca925ec5cf9b062d162628a7be6ad6fefdca4c09c08f716edfecdfec05d5d8112cfbbf06450721b8754598cb6af027e3ad163819acb566007f37206ef9
2753
+ checksum: c6a7fecc7dbae40901e3f42988db85ca8c53a01e40522a3165fce780888e56b95bd858c233b23cf3368615593edf7691ce8ae62898695d28214b06e14268a653
2754
2754
languageName: node
2755
2755
linkType: hard
2756
2756
You can’t perform that action at this time.
0 commit comments