bosagora / dms-sdk

JS SDK for decentralized loyalty point systems
Other
0 stars 4 forks source link

ReferenceError: Property 'atob' doesn't exist, js engine: hermes #73

Closed she110ff closed 11 months ago

she110ff commented 11 months ago

import { Client, Context, LIVE_CONTRACTS } from 'dms-sdk-client';

임포트되는 경우 되는 경우와 안돠는 경우가 반복적으로 발생합니다. 이유를 잘 모르겠습니다.

    at ContextNavigator (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:151078:24)
    at ExpoRoot (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:151049:30)
    at App
    at withDevTools(App) (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:130493:27)
    at ErrorToastContainer (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:130394:24)
    at ErrorOverlay
    at RCTView
    at View (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:40300:43)
    at RCTView
    at View (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:40300:43)
    at AppContainer (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:40140:36)
    at main(RootComponent) (http://192.168.50.83:8081/node_modules/expo-router/entry.bundle//&platform=ios&dev=true&hot=false&lazy=true:120874:28)
 ERROR  ReferenceError: Property 'atob' doesn't exist, js engine: hermes
image image
MichaelKim20 commented 11 months ago

https://github.com/ethers-io/ethers.js/issues/3460