heremaps/harp.gl

Uncaught TypeError: Right-hand side of 'instanceof' is not an object

degatt2 opened this issue · 2 comments

Describe the bug
Following the code of "Bundle Example", give me the following error:
Uncaught TypeError: Right-hand side of 'instanceof' is not an object

To Reproduce

  1. Copy & paste the code from: https://www.harp.gl/docs/master/examples/codebrowser.html?src=src%2Fgetting-started_hello-world_js-bundle.html
  2. Change your ApiKey
  3. Run!
  4. See error in console

Additional context
Add any other context about the problem here.

Hi @degatt2 ,

I saw, that you had a conversation with @robertoraggi regarding this issue, did you find a solution?

Yes, I did. It was an cache issue. restarted the computer and server, and error disappeared.