Skip to content

SoundCloudConfig outdated in index.d.ts #588

Description

@thunderkid

The docs say that the following should be allowed:

config={{
    soundcloud: {
        preload: true,
    }
}

This actually does work, but in typescript it gives a compilation error since SoundCloudConfig does not contain preload?: boolean in index.d.ts. (You can obviously work around it by casting config as any as a temp solution.)

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