We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f3b62 commit 7aab391Copy full SHA for 7aab391
2 files changed
examples/Container.js
@@ -83,7 +83,7 @@ const Loading = () => <div>Fancy loading container</div>;
83
84
export default withRouter(
85
GoogleApiWrapper({
86
- apiKey: __GAPI_KEY__,
+ apiKey: "AIzaSyBmKndjKlOVyWQTpFeU5JOKg9N4I0W772s",
87
libraries: ['places', 'visualization'],
88
LoadingContainer: Loading
89
})(Container)
0 commit comments