googlemaps / googlemaps/react-wrapper
status is always "success" on invalid API Key
Đang mở
status: will not fix
- Ngôn ngữ chính
- TypeScript
- Star
- 381
- Fork
- 50
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
```js
{
console.log('STATUS: ' + status);
return
;
}}/>
```
}}/>
```
For me, it looks like a bug. Or is this behavior wanted?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.