Fix error 'SharedArrayBuffer' is missing...
in NativeChannel.js
using the latest typescript
version
#2665
Milestone
'SharedArrayBuffer' is missing...
in NativeChannel.js
using the latest typescript
version
#2665
typescript
latest update to v5.7.2 when you try to build the JS SDK project executingtask build
you will receive the following error:Fix
Currently the fix in the CI is to hardcode the typescript version to an older one, but this is not a good approach. We need to focus on fixing the issue in NativeChannel.js with the latest ts version
The text was updated successfully, but these errors were encountered: