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?
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.
For me, it looks like a bug. Or is this behavior wanted?