We encountered an issue with version 4.5.1 of the library where the named export 'IDVClient' is not found.
import {
IDVClient,
} from 'yoti';
const idvClient = new IDVClient(
YOTI_CLIENT_SDK_ID,
YOTI_PEM
);
Our server automatically updates to the latest version of the 'yoti' library upon deployment. As a result, we encountered this issue after deploying version 4.5.1. Downgrading to version 4.5.0 temporarily resolved the issue.
PS: we are not using any TypeScript.
We encountered an issue with version 4.5.1 of the library where the named export 'IDVClient' is not found.
Our server automatically updates to the latest version of the 'yoti' library upon deployment. As a result, we encountered this issue after deploying version 4.5.1. Downgrading to version 4.5.0 temporarily resolved the issue.
PS: we are not using any TypeScript.