CliffS / kraken-exchange

A library to access the Kraken Bitcoin Exchange
GNU General Public License v3.0
11 stars 10 forks source link

URL is not a constructor when submitting through Formik form #28

Open rrcdr opened 3 years ago

rrcdr commented 3 years ago

Im getting this error when using a form to call a method. Any ideas?

Warning: An unhandled error was caught from submitForm() TypeError: URL is not a constructor

at new KrakenAPI (KrakenAPI.js:28)
at new KrakenPublic (KrakenPublic.js:11)
at Kraken.time (kraken.js:22)
at onSubmit (OrderForm.js:38)
at Formik.tsx:851
at Formik.tsx:1202
at Formik.tsx:758