@@ -176,7 +176,7 @@ watch(() => hints, (newValue) => {
if (properties) {
return {
suggestions: properties.map(prop => ({
- label: prop.label,
+ label: String(prop.label),
kind: prop.kind,
insertText: prop.insertText,
detail: prop.detail,