Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ERROR in ./src/shared/components/pages/Checkout.js
  2.     Module build failed (from ./node_modules/babel-loader/lib/index.js):
  3.     SyntaxError: Unexpected token (1558:21)
  4.  
  5.       1556 |
  6.       1557 | class Checkout extends Component {
  7.     > 1558 |   googleAutocomplete = () => {
  8.            |                      ^
  9.       1559 |     var place = autocomplete.getPlace();
  10.       1560 |     console.log('works!', place);
  11.       1561 |   };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement