TMS WBCORE VSC- ELeCTRON ERROR ON item of mainmenu

in a project in TMSWEB CORE VSC - Electron or Miletus, when trying to insert an item in the maimmenu, the ide presents an error message not allowing the operation. How can I solve this occurrence?


Is this the latest version (1.9.5539) as I could not reproduce this design-time error here?

yes the version is 1.9.5339.
the same error ocurs in program web. see the example

We checked this and one of the things we see is that you use characters outside the range A..Z-a..z-0..9 for component names. The pas2js RTL currently does not support this. We'll check with the pas2js team if it can be extended to allow more characters, but for now, please use names with characters A..Z-a..z-0..9

We further investigated and we can confirm this will be fixed in the next update.