Skip to content

yoti Named export 'IDVClient' not found v4.5.1 Issue #440

Description

@ramshid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions