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.
2 parents 4742930 + 4a061f2 commit aca02a0Copy full SHA for aca02a0
src/GoogleApiComponent.js
@@ -23,9 +23,6 @@ const defaultCreateCache = (options) => {
23
};
24
25
export const wrapper = (options) => (WrappedComponent) => {
26
- const apiKey = options.apiKey;
27
- const libraries = options.libraries || ['places'];
28
- const version = options.version || '3';
29
const createCache = options.createCache || defaultCreateCache;
30
31
class Wrapper extends React.Component {
0 commit comments