akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

Error in console #16

Closed brunoamancio closed 7 years ago

brunoamancio commented 7 years ago

I'm getting the following error on the browser's console:

Property or method "address" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.

It happens in vue.js. On the part of the code bellow:

    if (config.warnHandler) {
      config.warnHandler.call(null, msg, vm, trace);
    } else if (hasConsole && (!config.silent)) {
      console.error(("[Vue warn]: " + msg + trace));
    }

I only open the page and on the updates I get the message.

akashgoswami commented 7 years ago

Thanks. Fixed it.

brunoamancio commented 7 years ago

What is the commit number?

akashgoswami commented 7 years ago

https://github.com/akashgoswami/ipm/commit/0c02be30a08f7bc7482f3ace2078f02261e12804