Skip to content

status is always "success" on invalid API Key #623

@andrmoel

Description

@andrmoel

I do have the following code example. The API key is not valid. I expect this component to get an ERROR status in case the API key is invalid. But what I get is a SUCCESS status.

<Wrapper apiKey="I am an invalid API Key" render={(status) => {
    console.log('STATUS: ' + status);

    return <div/>;
}}/>

For me, it looks like a bug. Or is this behavior wanted?

Metadata

Metadata

Assignees

Labels

status: will not fixInvalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions