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
When i just import the @ton/ton package, I am facing this error "TypeError: (0, paddedBits_1.bitsToPaddedBuffer)(bits).copy is not a function (it is undefined" after updating the react-native version. 0.72.7 to 0.75.1.
Previously it was working fine in older version of RN.
On the below line there is the crash
Hello,
Version Details
react-native: 0.75.1
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^14.0.0",
When i just import the @ton/ton package, I am facing this error "TypeError: (0, paddedBits_1.bitsToPaddedBuffer)(bits).copy is not a function (it is undefined" after updating the react-native version. 0.72.7 to 0.75.1.
Previously it was working fine in older version of RN.
On the below line there is the crash
ton-core/src/boc/cell/descriptor.ts
Line 35 in b5aa938
I also attach the screenshot of the error
The text was updated successfully, but these errors were encountered: