Skip to content

types hint and login_hint are missing from GsiButtonConfiguration #394

@balldarrens

Description

@balldarrens

Attempting to use GoogleLogin with hint does not build as types for GsiButtonConfiguration are missing.

I am currently fixing this with as a source type augmentation.

import '@react-oauth/google';

declare module '@react-oauth/google' {
interface GsiButtonConfiguration {
hint?: string;
login_hint?: string;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions