-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
status: will not fixInvalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.Invalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.
Description
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.Invalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.