You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added event handlers interface for `onOpenURL` and `onOpenFileURL` to `SendbirdUIKitContainer`.
6
-
```tsx
7
-
<SendbirdUIKitContainer
8
-
appId={APP_ID}
9
-
handlers={{
10
-
onOpenURL: (url) => {
11
-
console.log('onOpenURL', url);
12
-
},
13
-
onOpenFileURL: (url) => {
14
-
console.log('onOpenFileURL', url);
15
-
},
16
-
}}
17
-
/>
18
-
```
3
+
- Enhanced Compatibility with `date-fns`: Updated internal code and dependencies to ensure better compatibility with the latest version of the `date-fns` library.
4
+
- Fixed Token Deregistration Bug: Adjusted the code to ensure that token deregistration completes successfully before initiating a disconnect.
0 commit comments