googlemaps / googlemaps/react-wrapper
status is always "success" on invalid API Key
Ouverte
status: will not fix
- Langage dominant
- TypeScript
- Étoiles
- 381
- Forks
- 50
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
```js
{
console.log('STATUS: ' + status);
return
;
}}/>
```
}}/>
```
For me, it looks like a bug. Or is this behavior wanted?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.