GridPlus / gridplus-sdk

SDK for communicating with the GridPlus Lattice1 hardware wallet
MIT License
50 stars 24 forks source link

Get rid of annoying warning #509

Closed alex-miller-0 closed 10 months ago

alex-miller-0 commented 1 year ago

This warning bubbles up to everything that uses the SDK and it's so annoying:

(node:41968) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

🪓 🪓 🪓

alex-miller-0 commented 1 year ago

This only gets thrown when using node 18. The solution is to use node 16. Still it would be nice to ignore this warning.