Just upgraded to version 2.3. When building assets I get the error:
export 'default' (imported as 'Client') was not found in 'getaddress-api' (possible exports: Client)
I'm importing as per the example in this repository i.e. import Client from 'getaddress-api'.
My existing code does not work.
Any ideas?
Just upgraded to version 2.3. When building assets I get the error:
I'm importing as per the example in this repository i.e.
import Client from 'getaddress-api'.My existing code does not work.
Any ideas?