google-map-react: Uncaught TypeError: type.toUpperCase is not a function

I get this when adding: <GoogleMap center={ [59.938043, 30.337157] } zoom={ 9 } />

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 18

Most upvoted comments

I just had this error because at the end of one module this line was missing:

module.exports = ModuleNameHere;