bnb-chain / javascript-sdk

Javascript SDK to communicate with BNB Beacon Chain.
Apache License 2.0
381 stars 240 forks source link

Warnings when using with nuxt.js #232

Closed rstormsf closed 4 years ago

rstormsf commented 5 years ago

WARNING in ./node_modules/@binance-chain/javascript-sdk/lib/ledger/index.js 28:71-112 Critical dependency: the request of a dependency is an expression @ ./node_modules/@binance-chain/javascript-sdk/lib/index.js @ ./store/distribution.js @ ./.nuxt/store.js @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

WARNING in ./node_modules/@binance-chain/javascript-sdk/lib/ledger/index.js 34:11-32 Critical dependency: the request of a dependency is an expression @ ./node_modules/@binance-chain/javascript-sdk/lib/index.js @ ./store/distribution.js @ ./.nuxt/store.js @ ./.nuxt/index.js @ ./.nuxt/client.js @ multi ./.nuxt/client.js

angelorc commented 5 years ago

Yes, and the browser stuck when you use crypto.generateKeyStore(privateKey, "1234567")

notatestuser commented 5 years ago

Hi. Does this cause an actual problem or only produce warnings for now?

rstormsf commented 4 years ago

Just warnings, I think. Need to check again to remember it

angelorc commented 4 years ago

Just warning