sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[<SDK/ UI/ UI-REACT / PROTOCOL>]: Base64 error

Open etimofeeva opened this issue 2 years ago • 1 comments

After updating typescript, react-script and all eslint libraries and updating sdk, ui, protocol to the latest version, when starting the server, I am getting the following error:

Failed to compile.

./node_modules/@tonconnect/sdk/lib/esm/index.mjs Attempted import error: 'Base64' is not exported from '@tonconnect/protocol'.

etimofeeva avatar Oct 31 '23 13:10 etimofeeva

In order to help you effectively, could you please create a small project that reproduces this error and share it? This will help to better understand the problem and find a solution more quickly.

Also, please make sure that you have the latest versions of all packages installed. You can check the installed versions using the npm ls command.

The latest versions of the packages are as follows:

  • @tonconnect/protocol: 2.2.5
  • @tonconnect/sdk: 3.0.0-beta.1
  • @tonconnect/ui: 2.0.0-beta.4
  • @tonconnect/ui-react: 2.0.0-beta.4

thekiba avatar Oct 31 '23 17:10 thekiba