Strange warning messages 'Value of key '<<message>>' is not a string!' · Issue #201 · kazupon/vue-i18n

Vue version: 2.4.2 vue-i18n version: 7.0.5 Hello, I'm using both global messages const i18n = new VueI18n({ locale: getCurrentUserLanguage(), messages }); and local, component based messages: i18n:...