i have this error some times `DOMException: Failed to execute 'setAttribute' on 'Element': ',' is not a valid attribute name.` i resolved adding a check before this line https://github.com/vuejs/vue/blob/c3553196b8b15a71f982bd5e04c61be52e87c828/dist/vue.common.js#L6158 `if(key == ',') return;` i only my issue?