javascript-sdk
javascript-sdk copied to clipboard
Critical dependency: the request of a dependency is an expression
I am getting 2 warning messages when importing @binance-chain/javascript-sdk into Create React App.
./node_modules/@binance-chain/javascript-sdk/lib/ledger/index.js
Critical dependency: the request of a dependency is an expression
./node_modules/@binance-chain/javascript-sdk/lib/ledger/index.js
Critical dependency: the request of a dependency is an expression
Version:
"@binance-chain/javascript-sdk": "^4.1.1",
"react": "^17.0.2"
How can I get fix of this warning?
I have the same problem
Same
same