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 be2ea1d commit 7f4dda3Copy full SHA for 7f4dda3
src/lib/GoogleApi.js
@@ -32,7 +32,7 @@ export const GoogleApi = function(opts) {
32
channel: channel,
33
language: language,
34
region: region,
35
- onError: 'ERROR_FUNCTION'
+ onerror: 'ERROR_FUNCTION'
36
};
37
38
let paramStr = Object.keys(params)
0 commit comments