We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2eff71 commit 0f96e60Copy full SHA for 0f96e60
src/GoogleApiComponent.js
@@ -17,7 +17,7 @@ const defaultCreateCache = options => {
17
const language = options.language || 'en';
18
const url = options.url;
19
const client = options.client;
20
- const region = options.region || null;
+ const region = options.region;
21
22
return ScriptCache({
23
google: GoogleApi({
0 commit comments