I got this error every time when trying to send message
undefined is not an object (evaluating 'channel.messageCount')
at node_modules/@amityco/ts-sdk/dist/index.cjs.js:2233:34 in createMessage.optimistically
at http://127.0.0.1:19000/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:209235:59 in runQuery
at components/MessageInput.js:63:17 in onSend
at components/MessageInput.js:63:17 in onSend
at node_modules/react-native/Libraries/Pressability/Pressability.js:691:17 in _performTransitionSideEffects
at node_modules/react-native/Libraries/Pressability/Pressability.js:628:6 in _receiveSignal
at node_modules/react-native/Libraries/Pressability/Pressability.js:524:8 in responderEventHandlers.onResponderReleaseundefined is not an object (evaluating 'channel.messageCount')
at node_modules/@amityco/ts-sdk/dist/index.cjs.js:2233:34 in createMessage.optimistically
at http://127.0.0.1:19000/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:209235:59 in runQuery
at components/MessageInput.js:63:17 in onSend
at components/MessageInput.js:63:17 in onSend
at node_modules/react-native/Libraries/Pressability/Pressability.js:691:17 in _performTransitionSideEffects
at node_modules/react-native/Libraries/Pressability/Pressability.js:628:6 in _receiveSignal
at node_modules/react-native/Libraries/Pressability/Pressability.js:524:8 in responderEventHandlers.onResponderRelease
error is located in node_modules/@amityco/ts-sdk/dist/index.cjs.js:2233:34
where channel object require null safety check
SDK version : 0.0.1-beta.8
please let me know if this issue is fixed